Skip to content

Commit 2090380

Browse files
DOC-4734 delete keys before starting tests
1 parent d3800c4 commit 2090380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctests/geo_index_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ func ExampleClient_geoindex() {
2323
// REMOVE_START
2424
rdb.FTDropIndex(ctx, "productidx")
2525
rdb.FTDropIndex(ctx, "geomidx")
26+
rdb.Del(ctx, "product:46885", "product:46886", "shape:1", "shape:2", "shape:3", "shape:4")
2627
// REMOVE_END
2728

2829
// STEP_START create_geo_idx

0 commit comments

Comments
 (0)