Data models for Redis
Project description
Documentation
Documentation is available at https://pythonhosted.org/redisext/.
Example
Data model example:
import redisext.backend.redis
import redisext.hashmap
import redisext.serializer
class Connection(redisext.backend.redis.Connection):
MASTER = {'host': 'localhost', 'port': 6379, 'db': 0}
class SeriousStats(Connection, redisext.hashmap.Map):
SERIALIZER = redisext.serializer.Numeric
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redisext-1.1.5.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e55a94002c7237ffdb7ab5722d9851191e8121321a9715ade77d425fff37699b |
|
MD5 | 94e0c177d973a49f7f6f83aa634b91a9 |
|
BLAKE2b-256 | 127cd3fa170c33ef7b9e9b24384cb62b4d5e7480f38a9ded09f56e5af29177dd |