node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

Redis Node.js client

Results 266 node-redis issues
Sort by recently updated
recently updated
newest added

As part of the 1.8 release, we need to support the new command arguments, as documented in the [commands.json](https://github.com/RedisTimeSeries/RedisTimeSeries/blob/1.8/commands.json)

RTS1.8

As part of the 1.8 release, we need to support the new command arguments, as documented in the [commands.json](https://github.com/RedisTimeSeries/RedisTimeSeries/blob/1.8/commands.json)

RTS1.8

As part of the 1.8 release, we need to support the new command arguments, as documented in the [commands.json](https://github.com/RedisTimeSeries/RedisTimeSeries/blob/1.8/commands.json)

RTS1.8

As part of the 1.8 release, we need to support the new command arguments, as documented in the [commands.json](https://github.com/RedisTimeSeries/RedisTimeSeries/blob/1.8/commands.json)

RTS1.8

TS.RANGE, TS.REVRANGE, TS.MRANGE, TS.MREVRANGE, TS.GET, TS.MGET

RTS1.8

Hi there, I've encountered an issue with the reconnect behaviour whenever a client (with active subscription(s)) loses its connection with the server. For instance, when the server shuts down manually....

Bug

in v3, calling send_command with hGetall command would result in a return of format ``` { "key1": "value1", "key2": "value2", } ``` in v4, sendCommand with "hGetAll" returns `["key1", "value1",...

Bug

Can anyone please share any info on using the graph modules if available.

Bug

@leibale I was using redisgraph.js. Yesterday found a deprecation notice asking to move to @redis/graph. I couldn't find any migration guide for the same. I was relying mostly on Parameterized...

Bug