You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-14 09:42:12 +03:00
feat(client): add CAS/CAD, DELEX, DIGEST support (#3123)
* feat: add digest command and tests * feat: add delex command and tests * feat: add more conditional options to SET update tests
This commit is contained in:
@@ -84,6 +84,8 @@ import DBSIZE from './DBSIZE';
|
||||
import DECR from './DECR';
|
||||
import DECRBY from './DECRBY';
|
||||
import DEL from './DEL';
|
||||
import DELEX from './DELEX';
|
||||
import DIGEST from './DIGEST';
|
||||
import DUMP from './DUMP';
|
||||
import ECHO from './ECHO';
|
||||
import EVAL_RO from './EVAL_RO';
|
||||
@@ -543,6 +545,10 @@ export default {
|
||||
decrBy: DECRBY,
|
||||
DEL,
|
||||
del: DEL,
|
||||
DELEX,
|
||||
delEx: DELEX,
|
||||
DIGEST,
|
||||
digest: DIGEST,
|
||||
DUMP,
|
||||
dump: DUMP,
|
||||
ECHO,
|
||||
|
||||
Reference in New Issue
Block a user