niwibe/djangoredis
导读:Changes on 2.0 (2012-04-17 Now implemented sharding feature. For use it, see this example config:...
Changes on 2.0 (2012-04-17)
Now implemented sharding feature. For use it, see this example config:
CACHES = { default: { BACKEND: redis_cache.cache.ShardedRedisCache, LOCATION: [ 127.0.0.1:6379:1, 127.0.0.1:6379:2, unix:/path/to/socket:3, ], OPTIONS: { PARSER_CLASS: redis.connection.HiredisParser } } }创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!