1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Merge branch 'v4.0' of github.com:redis/node-redis

This commit is contained in:
leibale
2021-11-24 21:23:35 -05:00
11 changed files with 486 additions and 190 deletions

View File

@@ -47,7 +47,7 @@ const results = await client.ft.search('idx:animals', '@species:{dog}');
{
total: 2,
documents: [
{
{
id: 'noderedis:animals:4',
value: {
name: 'Fido',