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
16
17
[dependencies.redis]
features = ["cluster"]
version = ">=0.17,<=0.20"

[package]
authors = ["yukinarit <yukinarit84@gmail.com>"]
description = "Simple wrapper around Client and ClusterClient, like go-redis UniversalClient"
documentation = "https://docs.rs/redis-lua"
edition = "2021"
homepage = "https://github.com/yukinarit/redis-universal-client"
keywords = ["redis", "database"]
license = "BSD-3-Clause"
name = "redis-universal-client"
readme = "README.md"
repository = "https://github.com/yukinarit/redis-universal-client"
resolver = "2"
version = "0.0.3"