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 e1c13f8 commit 5fefccaCopy full SHA for 5fefcca
examples/search-hashes.js
@@ -42,7 +42,7 @@ async function searchHashes() {
42
43
// Perform a search query, find all the dogs... sort by age, descending.
44
// Documentation: https://oss.redis.com/redisearch/Commands/#ftsearch
45
- // Query synatax: https://oss.redis.com/redisearch/Query_Syntax/
+ // Query syntax: https://oss.redis.com/redisearch/Query_Syntax/
46
const results = await client.ft.search(
47
'idx:animals',
48
'@species:{dog}',
@@ -88,4 +88,4 @@ async function searchHashes() {
88
await client.quit();
89
}
90
91
-searchHashes();
+searchHashes();
0 commit comments