redis-universal-client 0.0.3

Simple wrapper around Client and ClusterClient, like go-redis UniversalClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "redis-universal-client"
version = "0.0.3"
authors = ["yukinarit <yukinarit84@gmail.com>"]
description = "Simple wrapper around Client and ClusterClient, like go-redis UniversalClient"
edition = "2021"
keywords = ["redis", "database"]
homepage = "https://github.com/yukinarit/redis-universal-client"
repository = "https://github.com/yukinarit/redis-universal-client"
documentation = "https://docs.rs/redis-lua"
license = "BSD-3-Clause"
readme = "README.md"

[dependencies]
redis = { version = ">=0.17,<=0.20", features = ["cluster"] }