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 631517c commit c1ccfe7Copy full SHA for c1ccfe7
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## [0.1.3] - 2021-05-05
4
+
5
+* cmd: Rename HSet::insert() to HSet::entry()
6
7
## [0.1.2] - 2021-04-21
8
9
* use ntex::framed for redis transports
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ntex-redis"
-version = "0.1.2"
+version = "0.1.3"
authors = ["ntex contributors <[email protected]>"]
description = "Redis client"
documentation = "https://docs.rs/ntex-redis"
0 commit comments