Skip to content
On this page

use-redis

bash
pip install use-redis
bash
poetry add use-redis

一个永不断线的Redis连接管理

example

python
from use_redis import useRedis

rds = useRedis()

if you use it with usepy, you can use it like this:

python
from usepy.plugin import useRedis

rds = useRedis()

Released under the MIT License.