You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
ref #2489
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
# Leibale
|
||||
# Client
|
||||
|
||||
- Does `close`/`destory` actually close the connection from the Redis POV? Works with OSS, but what about Redis Enterprie?
|
||||
|
||||
# Docs
|
||||
|
||||
Docs:
|
||||
- [v4 to v5](./v4-to-v5.md) - Legacy mode
|
||||
- [Command Options](./command-options.md)
|
||||
- [RESP](./RESP.md)
|
||||
|
||||
# Missing functionality
|
||||
# Server
|
||||
|
||||
- `HEXISTS`: accepts one field only, should be the same as `EXISTS`
|
||||
|
||||
# Replies
|
||||
|
||||
`String` -> `Double`:
|
||||
- `INCRBYFLOAT`
|
||||
- `HINCRBYFLOAT`
|
||||
|
Reference in New Issue
Block a user