Leibale
13f1fa9e58
WIP
2023-05-10 14:55:03 +03:00
Leibale
b4196faa41
wip
2023-05-10 12:08:02 +03:00
Leibale
d59254e497
some commands
2023-05-09 14:04:26 +03:00
Leibale
a6c0d1dbb3
legacy mode and isolation pool
2023-05-09 12:47:19 +03:00
Leibale
c6f9f6ee18
Merge branch 'v5' of github.com:leibale/node-redis into v5
2023-05-08 11:06:03 +03:00
Leibale
6a0b4db4f7
fix GEO* commands
2023-05-08 11:04:22 +03:00
dovi
4de409e0ad
fix SUNIONSTORE
2023-05-03 18:51:12 -04:00
dovi
627c9122ef
fix SUNION
2023-05-03 18:40:36 -04:00
dovi
65c691fd75
fix SMOVE
2023-05-03 18:23:45 -04:00
dovi
d2e244a77d
Merge branch 'v5' of https://github.com/leibale/node-redis into v5
2023-05-03 17:34:07 -04:00
Leibale
083ad023da
Merge branch 'v5' of github.com:leibale/node-redis into v5
2023-05-03 17:30:19 -04:00
Leibale
331e390bef
WIP
2023-05-03 17:29:36 -04:00
dovi
77baef5f8c
fix HMGET
2023-05-03 17:12:40 -04:00
dovi
7d963a5d1b
fix OBJECT_REFCOUNT spec
2023-05-03 14:21:37 -04:00
dovi
3ab6241656
fix OBJECT_IDLETIME spec
2023-05-03 14:18:15 -04:00
dovi
1a7d5ff8e4
fix OBJECT_FREQ spec
2023-05-03 14:15:42 -04:00
dovi
19cd6dc04a
fix OBJECT_ENCODING spec
2023-05-03 14:12:31 -04:00
dovi
e85fa11e81
fix MOVE spec
2023-05-03 14:07:30 -04:00
dovi
d810ce644b
fix KEYS spec
2023-05-02 20:22:11 -04:00
dovi
2ea068ac77
fix EXPIRETIME spec
2023-05-02 20:17:15 -04:00
dovi
fe1ae49a40
fix EXPIREAT spec
2023-05-02 20:13:27 -04:00
dovi
73994f243b
fix EXPIRE spec
2023-05-02 20:06:31 -04:00
dovi
3dfea00318
fix COPY spec
2023-05-02 20:02:03 -04:00
dovi
ca90d51fb8
fix DEL spec
2023-05-02 19:52:28 -04:00
dovi
80ecd9e06a
fix DUMP spec
2023-05-02 19:50:01 -04:00
dovi
6809365e98
fix EXISTS spec
2023-05-02 19:34:49 -04:00
dovi
98c1a1d235
fix ZREMRANGEBYSCORE
2023-05-02 18:35:33 -04:00
dovi
a280648e62
fix ZREMRANGEBYRANK
2023-05-02 18:19:54 -04:00
dovi
08040f9431
fix ZREMRANGEBYLEX
2023-05-02 18:11:08 -04:00
dovi
a5344946b6
fix ZRANGEBYLEX
2023-05-02 18:01:45 -04:00
dovi
28d8215b6d
fix ZRANGEBYSCORE
2023-05-02 17:54:55 -04:00
dovi
31c91decec
fix ZUNIONSTORE
2023-05-02 17:43:10 -04:00
dovi
e1727d16a1
fix ZUNION
2023-05-02 17:27:57 -04:00
dovi
afa394e35d
fix XSETID
2023-05-02 16:06:14 -04:00
dovi
449d9c40ae
fix XTRIM
2023-05-02 15:40:00 -04:00
dovi
dd6b211db3
fix XDEL
2023-05-02 15:28:23 -04:00
dovi
ea87a6767f
fix XACK
2023-05-01 19:20:45 -04:00
dovi
e58562be4d
clean code
2023-05-01 19:08:14 -04:00
dovi
74caece450
fix XADD
2023-05-01 19:06:21 -04:00
Leibale
4304f4dba3
some more commands
2023-05-01 06:58:27 -04:00
Leibale
88333c01de
some more commands
2023-04-30 10:33:05 -04:00
Leibale
53b9397a78
some more commands
2023-04-30 10:08:25 -04:00
Leibale
8d615e99ed
wip
2023-04-27 19:17:11 -04:00
Leibale
ab3973aca3
wip
2023-04-27 18:41:32 -04:00
Leibale
53ac48f298
some tests
2023-04-27 17:43:29 -04:00
Leibale
9faa3e77c4
WIP
2023-04-23 07:56:15 -04:00
Brandon
aa75ee49c6
#2038 Resolve legacy mode hGetAll returning in the wrong format compared to v3 results ( #2367 )
...
* Ensure that transformReply is optionally passed through to commands in legacy mode within multi
* Execute transformReply on legacy #sendCommand
* Scope transform changes to hGetAll
* Extensible method of transforming legacy replies, expands RedisCommand interface
* check `TRANSFORM_LEGACY_REPLY` on client creation (rather then on command exec), add tests
Co-authored-by: Leibale Eidelman <me@leibale.com >
2023-01-18 12:54:29 -05:00
Leibale Eidelman
0752f143a6
prepare 4.1.0 ( #2111 )
...
* increase test coverage
* @node-redis to @redis
* ugprade deps
* fix benchmark
* use 7.0 docker (not rc), update readmes, clean code, fix @-redis import
* update readme
* fix function in cluster
* update docs
Co-authored-by: Chayim <chayim@users.noreply.github.com >
* Update clustering.md
* add subpackages move warning
* drop support for node 12
* upgrade deps
* fix tsconfig.base.json
Co-authored-by: Chayim <chayim@users.noreply.github.com >
2022-05-02 11:48:12 -04:00
Leibale Eidelman
11c6c24881
Add support for redis functions ( #2020 )
...
* fix #1906 - implement BITFIELD_RO
* initial support for redis functions
* fix test utils
* redis functions commands and tests
* upgrade deps
* fix "Property 'uninstall' does not exist on type 'SinonFakeTimers'"
* upgrade dockers version
* Merge branch 'master' of github.com:redis/node-redis into functions
* fix FUNCTION LIST WITHCODE and FUNCTION STATS
* upgrade deps
* set minimum version for FCALL and FCALL_RO
* fix FUNCTION LOAD
* FUNCTION LOAD
* fix FUNCTION LOAD & FUNCTION LIST & FUNCTION LOAD WITHCODE
* fix FUNCTION_LIST_WITHCODE test
2022-04-25 09:09:23 -04:00
Avital Fine
f93ac04436
Bloom commands ( #1786 )
...
* ft.alter
* bloom commands
* tdigest
* delete tdigest
* uncomment tests
* small changes
* Update MADD.ts
* small changes
* clean code
* Update README.md
* Update README.md
Co-authored-by: leibale <leibale1998@gmail.com >
2021-12-29 11:55:09 -05:00