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.4.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 179e5b4321a81d940fa278fd0a60c26cd0dfe00c265812d72f4781aef73b2d9a |
|
MD5 | 845542c02dca7eef8eeea00c2d5e0fed |
|
BLAKE2b-256 | 461c46991b073d75c9fe2b41f24fa3bf0a7eff51aac8f6d750e3fe632ecdf89c |