Closed Dmitry-N-Medvedev closed 1 year ago
Hi, works fine for me, try to delete node_modules and re-install it
~/Desktop/src/redis-fast-driver master node -v
v20.2.0
~/Desktop/src/redis-fast-driver master node example.js
redis ready
SET via rawCall command returns err: null, resp: OK
PING null PONG
hmget null [ '1', '2', '3', null ] 11
zrange null [
'a', '1', 'b',
'2', 'c', '3',
'd', '4'
]
hgetall null [ 'a', '1', 'b', '2', 'c', '3' ] 6
scan 0 null [ '0', [ 'zset:1', 'kv:long', 'foo', 'INCR:TMP', 'hset:1' ] ]
hscan 0 null [ '0', [ 'a', '1', 'b', '2', 'c', '3' ] ]
sizeof long key is 1024
PING null PONG
hmget null [ '1', '2', '3', null ] 11
zrange null [
'a', '1', 'b',
'2', 'c', '3',
'd', '4'
]
hgetall null [ 'a', '1', 'b', '2', 'c', '3' ] 6
scan 0 null [ '0', [ 'zset:1', 'kv:long', 'foo', 'INCR:TMP', 'hset:1' ] ]
recently I have returned to redis and found that this lib does not longer "function":