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.1.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for redisext-1.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d06039b2383d24eb61a2747da17ef3705c2941456e937735ee829151b72a85a6 |
|
MD5 | fc87818e2838a93e74d0fde993a892f1 |
|
BLAKE2b-256 | 0e8919f7cb0e38c9a9687a0f134cc75fb65a223b064f482b5c9180c0b0e418b1 |