We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2b00a commit 987f920Copy full SHA for 987f920
lib/redis_client/cluster/pub_sub.rb
@@ -102,7 +102,7 @@ def call_to_single_state(command)
102
end
103
104
def call_to_all_states(command)
105
- @state_dict.each_value { |s| s.call_v(command) }
+ @state_dict.each_value { |s| s.call(command) }
106
107
108
def call_for_sharded_states(command)
redis-cluster-client.gemspec
@@ -3,7 +3,7 @@
3
Gem::Specification.new do |s|
4
s.name = 'redis-cluster-client'
5
s.summary = 'A Redis cluster client for Ruby'
6
- s.version = '0.7.1'
+ s.version = '0.7.3'
7
s.license = 'MIT'
8
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
9
s.authors = ['Taishi Kasuga']
0 commit comments