1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
Files
node-redis/docs/todo.md
2023-06-22 19:41:35 -04:00

457 B

Client

  • Does close/destory actually close the connection from the Redis POV? Works with OSS, but what about Redis Enterprie?

Docs:

Server

  • HEXISTS: accepts one field only, should be the same as EXISTS

String -> Double:

  • INCRBYFLOAT
  • HINCRBYFLOAT
  • GEODIST

Number -> Boolean:

  • HSETNX (deprecated)
  • SCRIPT EXISTS