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

Add rename_commands option

This commit is contained in:
Ruben Bridgewater
2015-10-10 05:39:55 +02:00
parent 6d8daef599
commit 972d1cdeb4
5 changed files with 135 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Features
- Added disable_resubscribing option to prevent a client from resubscribing after reconnecting (@BridgeAR)
- Added rename_commands options to handle renamed commands from the redis config (@digmxl & @BridgeAR)
Bugfixes