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.7.tar.gz
(6.5 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.3.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bab17e58b55afb8a4fbca72841940034ecda0234cb1053ff14d0323fe39461 |
|
MD5 | 5c4a6dd7b6abcfb81dc18a9881b0718e |
|
BLAKE2b-256 | c22c68a0b94232bc2771ed9d9e1078c40892b547032c97832b31d70d16744897 |