deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

[WIP] feat: Add redis client

Open uki00a opened this issue 2 years ago • 0 comments

See #2224

TODO

  • [ ] Remove third-party dependencies
    • db/redis/experimental/cluster/mod.ts depends on lodash-es and cluster-key-slot
    • benchmark code depends on benny
  • [ ] Run tests (db/redis/tests) and benchmarks (db/redis/benchmark) in CI

Things to consider

Note

  • deno-redis contains benchmark code in benchmark/ directory
    • It runs the same benchmark cases in both deno-redis and ioredis

uki00a avatar May 16 '22 17:05 uki00a