lib/redis_cluster/configuration.rb in redis_cluster-0.3.1 vs lib/redis_cluster/configuration.rb in redis_cluster-0.3.2

- old
+ new

@@ -14,10 +14,10 @@ zremrangebyrank zrangebyscore zrevrangebyscore zremrangebyscore zcount hlen hset hsetnx hmset mapped_hmset hget hmget mapped_hmget hdel hexists hincrby hincrbyfloat hkeys hvals hgetall publish pfadd ).freeze - SUPPORT_MULTI_NODE_METHODS = %w(keys script multi pipelined).freeze + SUPPORT_MULTI_NODE_METHODS = %w(keys script multi pipelined scan).freeze def self.method_names SUPPORT_SINGLE_NODE_METHODS + SUPPORT_MULTI_NODE_METHODS end end