You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Fixed a small typo. (#2168)
This commit is contained in:
@@ -42,7 +42,7 @@ async function searchHashes() {
|
||||
|
||||
// Perform a search query, find all the dogs... sort by age, descending.
|
||||
// Documentation: https://oss.redis.com/redisearch/Commands/#ftsearch
|
||||
// Query synatax: https://oss.redis.com/redisearch/Query_Syntax/
|
||||
// Query syntax: https://oss.redis.com/redisearch/Query_Syntax/
|
||||
const results = await client.ft.search(
|
||||
'idx:animals',
|
||||
'@species:{dog}',
|
||||
@@ -88,4 +88,4 @@ async function searchHashes() {
|
||||
await client.quit();
|
||||
}
|
||||
|
||||
searchHashes();
|
||||
searchHashes();
|
||||
|
Reference in New Issue
Block a user