Skip to content

Commit 9fc4f05

Browse files
authored
Merge pull request #408 from splitio/fix/pipilined-deprecation
[Fix] Check Ruby SDK Redis integration command deprecation warning
2 parents 2f27794 + 5b2bb93 commit 9fc4f05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/splitclient-rb/cache/adapters/redis_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def inc(key, inc = 1)
160160
end
161161

162162
def pipelined
163-
@redis.pipelined do
163+
@redis.pipelined do |pipeline|
164164
yield
165165
end
166166
end

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '7.3.4.pre.rc1'
2+
VERSION = '7.3.4.pre.rc2'
33
end

0 commit comments

Comments
 (0)