b2d35c5286
V5 bringing RESP3, Sentinel and TypeMapping to node-redis
...
RESP3 Support
- Some commands responses in RESP3 aren't stable yet and therefore return an "untyped" ReplyUnion.
Sentinel
TypeMapping
Correctly types Multi commands
Note: some API changes to be further documented in v4-to-v5.md
2024-10-15 17:46:52 +03:00
f3462abf33
Updates examples. ( #2219 )
...
* Updates examples.
* Added command link for hset.
2022-08-15 08:39:28 -04:00
ab339d396a
fix #1714 - update README(s)
2021-11-09 18:07:26 -05:00
3eb99dbe83
use dockers for tests, use npm workspaces, add rejson & redisearch modules, fix some bugs
2021-11-08 19:21:15 -05:00
9c3c42f113
Add(examples): Create an example for blPop & lPush ( #1696 )
...
* Add(examples): Create an example for blPop & lPush
Signed-off-by: Aditya Rastogi <adit.rastogi2014@gmail.com >
* Update(examples): fix case, add timeout, update readme
Signed-off-by: Aditya Rastogi <adit.rastogi2014@gmail.com >
Closes #1693 .
2021-10-25 23:43:47 +01:00