lib/redis_failover/util.rb in redis_failover-0.8.3 vs lib/redis_failover/util.rb in redis_failover-0.8.4

- old
+ new

@@ -3,10 +3,10 @@ module RedisFailover # Common utiilty methods and constants. module Util extend self - # Default node in ZooKeeper that contains the current list of available redis nodes. + # Default node in ZK that contains the current list of available redis nodes. DEFAULT_ZNODE_PATH = '/redis_failover_nodes'.freeze # Connectivity errors that the redis client raises. REDIS_ERRORS = Errno.constants.map { |c| Errno.const_get(c) }.freeze