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.6.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.1.6-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62bca54ec0c6203da6678a133b308e6cbd369d51b1adea7242d6fbf797a6c2a5 |
|
MD5 | 42e9720effff1a1a90ffa619f5f543da |
|
BLAKE2b-256 | 86754ac6693600ef3b6851b6f423b4bf37bdd515b10b71eefa8829e22c73454c |