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.
2 parents fe6de4c + bba8697 commit e1a8502Copy full SHA for e1a8502
README.md
@@ -43,7 +43,7 @@ from redisearch import Client, TextField, IndexDefinition, Query
43
# Creating a client with a given index name
44
client = Client("myIndex")
45
46
-# IndexDefinition is avaliable for RediSearch 2.0+
+# IndexDefinition is available for RediSearch 2.0+
47
definition = IndexDefinition(prefix=['doc:', 'article:'])
48
49
# Creating the index definition and schema
0 commit comments