Skip to main content

A solution to have lists and dictionaries serialized using redis-py.

Project description

# SerializedRedis
A solution to have lists and dictionaries serialized using redis-py.

**Instalation**
To install serialized_redis, simply:
```shell
pip install serialized-redis
```


**Examples**
```python
from serialized_redis import SerializedRedis

redis = SerializedRedis()
redis.set('datas', { 'name': 'Evandro', 'age:': 27 })
type(redis.get('datas')) # It will return a dictionary
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

serialized-redis-0.1.0.tar.gz (1.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page