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.
|
// Perform a search query, find all the dogs... sort by age, descending.
|
||||||
// Documentation: https://oss.redis.com/redisearch/Commands/#ftsearch
|
// 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(
|
const results = await client.ft.search(
|
||||||
'idx:animals',
|
'idx:animals',
|
||||||
'@species:{dog}',
|
'@species:{dog}',
|
||||||
|
Reference in New Issue
Block a user