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.2.0.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3429c3a63137f96941a5cc032a6a58ab296d224b9a49834bb3fe69ebc69ef2c5 |
|
MD5 | 1842d70dea21dc9deda8fd6944a2a8f3 |
|
BLAKE2b-256 | 9b9f25d502b2701a93d5eb87137e46de5ae2efca293e64ff04e2435e94294f49 |