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.7.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.1.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02e385229dce5263e1f681752573553d2b02258b3177d8e9a707cbfc8f50cb48 |
|
MD5 | 8891aef48a7340b71b7505c0a9e6fe8c |
|
BLAKE2b-256 | e77708fbba8327d5ccb679b9a87d5471d38c27e41bbdad9e04ec21d8acc88bc0 |