You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Update search-hashes.js (#2519)
This commit is contained in:
@@ -13,7 +13,7 @@ try {
|
|||||||
await client.ft.create('idx:animals', {
|
await client.ft.create('idx:animals', {
|
||||||
name: {
|
name: {
|
||||||
type: SchemaFieldTypes.TEXT,
|
type: SchemaFieldTypes.TEXT,
|
||||||
sortable: true
|
SORTABLE: true
|
||||||
},
|
},
|
||||||
species: SchemaFieldTypes.TAG,
|
species: SchemaFieldTypes.TAG,
|
||||||
age: SchemaFieldTypes.NUMERIC
|
age: SchemaFieldTypes.NUMERIC
|
||||||
|
Reference in New Issue
Block a user