Skip to main content

xiaoapi redis

Project description

xiaoapi-redis

xiaoapi的redis扩展包

安装

pip install xiaoapi-redis

配置

需要在 application/settings 中 添加以下配置:

# Redis 数据库配置
# 格式:"redis://:密码@地址:端口/数据库名称"
REDIS_DB_ENABLE = False
REDIS_DB_URL = "redis://:123456@177.8.0.5:6379/1"

然后在 application/settings 中的 EVENTS 里引入 xiaoapi_redis

EVENTS = [
    "xiaoapi_redis.connect_redis",
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xiaoapi-redis-0.0.3.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

xiaoapi_redis-0.0.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page