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

fix SMOVE

This commit is contained in:
dovi
2023-05-03 18:23:45 -04:00
parent a8679f37ec
commit 65c691fd75
5 changed files with 37 additions and 30 deletions

View File

@@ -85,6 +85,7 @@ Some command arguments/replies have changed to align more closely to data types
- `SCRIPT EXISTS`: `Array<boolean>` -> `Array<number>` [^boolean-to-number]
- `SISMEMBER`: `boolean` -> `number` [^boolean-to-number]
- `SMISMEMBER`: `Array<boolean>` -> `Array<number>` [^boolean-to-number]
- `SMOVE`: `boolean` -> `number` [^boolean-to-number]
[^enum-to-constants]: TODO