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(redisext.hashmap.Map):
CONNECTION = Connection
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.3.3.tar.gz
(6.4 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.3.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 201975eb14b00b964ce28db36cc64cfc2cfad7fc65b7b8ec2ea2a108a9e6b7e3 |
|
MD5 | cd61f77ac6641c0cb5245b946c773422 |
|
BLAKE2b-256 | 4a7893c3443970387d82205aa69f881bd4d231f9552c119aae5c4c927f2b9509 |