Releases: denodrivers/redis
Releases · denodrivers/redis
v0.25.0
- feat:
Redis#sendCommand
(#258)
- BREAKING: Remove
Redis.executor
(#261)
- BREAKING: Revert "refactor: Add CommandExecutor#batch (#254)" (#260)
- refactor: Add
CommandExecutor#close()
(#263)
- bump: [email protected] (#265)
v0.24.0
- feat: Add support for lazy client (#249)
- bump: [email protected] (#255)
- refactor(pubsub): Use
CommandExecutor#exec
instead of sendCommand
(#252)
- refactor: Add
CommandExecutor#batch
(#254)
- ci: Run 'deno test --doc' (#251)
v0.23.2
- bump: [email protected] (#247)
- chore: Remove
#nodes
property from ClusterExecutor
(#244)
- chore: Replace
assertThrowsAsync
with assertRejects
(#248)
- ci: Run "deno cache mod.ts" (#245)
- test(experimental/cluster): Add a test for too many redirections (#243)
v0.23.0
- feat(experimental): Basic implementation for the Redis Cluster client (#235)
- BREAKING: Remove Redis.connection (#234)
- BREAKING: Stop exporting RedisImpl and export a factory function instead (#239)
- bump: [email protected] (#240)
- docs: minor error in example code (#236)
- chore: Remove std/fmt/colors (#241)
v0.22.1
- bump: [email protected] (#230)
- chore: Use
std/async/deferred.ts
and delay.ts
instead of std/async/mod.ts
(#226)
- ci: Migrate to "denoland/setup-deno" (#228)
v0.22.0
- BREAKING: Fix signature of dump and restore (#217)
- BREAKING: Change CommandExecutor from abstract class to interface (#219)
- bump: [email protected] (#225)
v0.21.0
- bump: [email protected] (#216)
- BREAKING: Rename
ClientListOps
to ClientListOpts
(#214)
- BREAKING: Improve reply types (#210, #215)
- feat: Allow Number and Uint8Array values as argumets (#212)
- feat: Implement CLIENT KILL (#213)
- test: Add more benchmark scenarios (#211)
v0.20.0
- bump: [email protected] (#207)
- feat: Add mode to CLIENT PAUSE (Redis 6.2 feature) (#198)
- feat: Implement CLIENT UNBLOCK (#195)
- feat: Implement CLIENT UNPAUSE (#199)
- feat: Implement CLIENT INFO (#200)
- feat: Implement CLIENT TRACKINGINFO (#203)
- feat: Implement CLIENT LIST (#205)
- ci: Use fixed version of Redis (#197)