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 9c6c2b0 commit b8f2739Copy full SHA for b8f2739
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# 0.5.3 (2016-05-03)
2
+
3
+* fix: Use explicit versions for dependencies
4
+* fix: Send `AUTH` command before other commands
5
+* fix: Shutdown connection upon protocol error
6
+* feat: Add `keys` method
7
+* feat: Possibility to set read and write timeouts for the connection
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "redis"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
keywords = ["redis", "database"]
description = "Redis driver for Rust."
0 commit comments