Skip to content

Commit 987f920

Browse files
authored
build: release 0.7.3 (#285)
1 parent ce2b00a commit 987f920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/redis_client/cluster/pub_sub.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def call_to_single_state(command)
102102
end
103103

104104
def call_to_all_states(command)
105-
@state_dict.each_value { |s| s.call_v(command) }
105+
@state_dict.each_value { |s| s.call(command) }
106106
end
107107

108108
def call_for_sharded_states(command)

redis-cluster-client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |s|
44
s.name = 'redis-cluster-client'
55
s.summary = 'A Redis cluster client for Ruby'
6-
s.version = '0.7.1'
6+
s.version = '0.7.3'
77
s.license = 'MIT'
88
s.homepage = 'https://github.com/redis-rb/redis-cluster-client'
99
s.authors = ['Taishi Kasuga']

0 commit comments

Comments
 (0)