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.3.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6afbb07cf5cb2eaf2f963d89837319a6d24dcfb1bd3cc567c66c970bdcf7d41a |
|
MD5 | 9a6c9c8e0e57ff5d76077df7c7cf4ef3 |
|
BLAKE2b-256 | 12d36e3975122ba4b0e9d7301ee79ea28ee3458917cab22edbffa3fc990af8e8 |