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.2.5.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.2.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c196f456ec88b8c2a85cc105a0a21d4aef6edd1da871ac929aadd555f0c48ce |
|
MD5 | 38825b3703b290e024a7ede8e324a99a |
|
BLAKE2b-256 | 03334bccfb9df728b909aac6e0a73e517a4543ec957139f45e2ffc628223b328 |