We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3800c4 commit 2090380Copy full SHA for 2090380
doctests/geo_index_test.go
@@ -23,6 +23,7 @@ func ExampleClient_geoindex() {
23
// REMOVE_START
24
rdb.FTDropIndex(ctx, "productidx")
25
rdb.FTDropIndex(ctx, "geomidx")
26
+ rdb.Del(ctx, "product:46885", "product:46886", "shape:1", "shape:2", "shape:3", "shape:4")
27
// REMOVE_END
28
29
// STEP_START create_geo_idx
0 commit comments