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

10 Commits

Author SHA1 Message Date
Leibale
fd016ee1b2 some json and search commands 2023-08-01 14:29:34 -04:00
Leibale
b272f18818 some more commands, multi.exec<'typed'> 2023-04-24 19:50:58 -04:00
Leibale
39bcac6484 clean SET command 2023-04-24 12:40:22 -04:00
Leibale
9faa3e77c4 WIP 2023-04-23 07:56:15 -04:00
Vojtech Novak
f6093b7b0f fix: zero ttl is ignored (#2349)
* fix: zero ttl is ignored

* Update SET.ts

* Update SET.ts

Co-authored-by: Leibale Eidelman <me@leibale.com>
2022-12-15 12:04:13 -05:00
Kien Dang
2a8e11a51d Export SetOptions type in redis/client command (#2268)
* Export setOptions type

* Export setOptions type in commands

* Revert "Export setOptions type in commands"

* Export SetOptions type in redis client

* Export SetOptions type in @redis/client

* Fix lint
2022-09-21 17:05:16 -04:00
leibale
a0de7967f9 buffers, buffers everywhere... 2021-12-20 14:47:51 -05:00
leibale
a1bed9a10f add buffer support to a bunch of commands 2021-12-15 17:08:50 -05:00
leibale
90c37bd1af fix #1739 - add support for number as value in HSET 2021-11-27 22:58:53 -05:00
leibale
3eb99dbe83 use dockers for tests, use npm workspaces, add rejson & redisearch modules, fix some bugs 2021-11-08 19:21:15 -05:00