thunk-redis icon indicating copy to clipboard operation
thunk-redis copied to clipboard

The fastest thunk/promise-based redis client, support all redis features.

Results 4 thunk-redis issues
Sort by recently updated
recently updated
newest added

We are using `thunk-redis` because it is the only node client that we found that accepts multiple hosts (i.e. primary/replica), without Sentinel or Clustering. We are using AWS Elasticache. When...

This project seems to be abandoned, so this will likely just be a warning to potential users. When running transactions (multi/exec), this client accepts 'MOVED' as an error the first...

Hello! I've added support for `xread` and `xadd` (generated the stub for `xrange` and `xlen` but haven't gotten to testing that yet) in a branch here: https://github.com/erulabs/thunk-redis/tree/erulabs/add-redis-stream-functions (diff: [here](https://github.com/thunks/thunk-redis/compare/master...erulabs:erulabs/add-redis-stream-functions)) I'll...