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 f3e1c4c commit 2621cc2Copy full SHA for 2621cc2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+# 0.25.0
4
+
5
+- Fix `hiredis-client` compilation with GCC 15.
6
+- Fix `hiredis-client` from a work directory with spaces.
7
+- Add `CommandError#code`.
8
- Add `RedisClient::NoScriptError` for `EVALSHA`.
9
10
# 0.24.0
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.24.0)
+ redis-client (0.25.0)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.24.0"
+ VERSION = "0.25.0"
end
0 commit comments