Class: RedisClient

Inherits:
Object
  • Object
show all
Defined in:
lib/redis_client/cluster.rb,
lib/redis_cluster_client.rb,
lib/redis_client/cluster/node.rb,
lib/redis_client/cluster/errors.rb,
lib/redis_client/cluster_config.rb,
lib/redis_client/cluster/command.rb,
lib/redis_client/cluster/node_key.rb,
lib/redis_client/cluster/key_slot_converter.rb

Defined Under Namespace

Classes: Cluster, ClusterConfig

Class Method Summary collapse

Class Method Details

.cluster(**kwargs) ⇒ Object



7
8
9
# File 'lib/redis_cluster_client.rb', line 7

def cluster(**kwargs)
  ClusterConfig.new(**kwargs)
end