You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for the RedisJSON Module can be enabled by specifying "json" as a feature in your Cargo.toml.
109
109
110
-
`redis = { version = "0.22.0", features = ["json"] }`
110
+
`redis = { version = "0.22.1", features = ["json"] }`
111
111
112
112
Then you can simply import the `JsonCommands` trait which will add the `json` commands to all Redis Connections (not to be confused with just `Commands` which only adds the default commands)
0 commit comments