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

fix COPY spec

This commit is contained in:
dovi
2023-05-02 20:02:03 -04:00
parent ca90d51fb8
commit 3dfea00318
3 changed files with 48 additions and 57 deletions

View File

@@ -40,6 +40,7 @@ import CLUSTER_SLOTS from './CLUSTER_SLOTS';
import CLUSTER_MEET from './CLUSTER_MEET';
import CLUSTER_MYID from './CLUSTER_MYID';
import CLUSTER_REPLICATE from './CLUSTER_REPLICATE';
import COPY from './COPY';
import DECR from './DECR';
import DECRBY from './DECRBY';
import DEL from './DEL';
@@ -267,6 +268,8 @@ export default {
clusterMyId: CLUSTER_MYID,
CLUSTER_REPLICATE,
clusterReplicate: CLUSTER_REPLICATE,
COPY,
copy: COPY,
DECR,
decr: DECR,
DECRBY,