Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit b074fa2

Browse files
authored
Update README.md
1 parent 15bb43f commit b074fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Example {
2929
StatefulRediSearchConnection<String, String> connection;
3030

3131
public void testSearch() {
32-
connection.sync().search("myIndex", "Lalo Schifrin", SearchOptions.builder().build());
32+
connection.sync().search("music", "Lalo Schifrin");
3333
}
3434

3535
}

0 commit comments

Comments
 (0)