class RedisCluster::Configuration

Constants

DEFAULT_TIMEOUT
HASH_SLOTS
SUPPORT_MULTI_NODE_METHODS
SUPPORT_SINGLE_NODE_METHODS

Public Class Methods

method_names() click to toggle source
# File lib/redis_cluster/configuration.rb, line 21
def self.method_names
  SUPPORT_SINGLE_NODE_METHODS + SUPPORT_MULTI_NODE_METHODS
end