Module: Gitlab::Patch::RedisCluster

Defined in:
lib/gitlab/patch/redis_cluster.rb

Instance Method Summary collapse

Instance Method Details

#_find_node_key(command) ⇒ Object

_find_node_key exposes a private function of the same name in Redis::Cluster. See github.com/redis/redis-rb/blob/v4.8.0/lib/redis/cluster.rb#L282



16
17
18
# File 'lib/gitlab/patch/redis_cluster.rb', line 16

def _find_node_key(command)
  find_node_key(command)
end