We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83669d commit e79e9e5Copy full SHA for e79e9e5
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.22.0
4
+
5
- Made various performance optimizations to the Ruby driver. See #184.
6
- Always assume UTF-8 encoding instead of relying on `Encoding.default_external`.
7
- Add `exception` flag in `pipelined` allowing failed commands to be returned in the result array when set to `false`. See #187.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.21.1)
+ redis-client (0.22.0)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.21.1"
+ VERSION = "0.22.0"
end
0 commit comments