# SerializedRedis
A solution to have lists and dictionaries serialized using redis-py.
## Installation
To install serialized_redis, simply:
```shell
pip install serialized-redis
```
## Example
```python
from serialized_redis import SerializedRedis
redis = SerializedRedis()
redis.set('datas', { 'name': 'Evandro', 'age:': 27 })
type(redis.get('datas')) # It will return a dictionary
```
A solution to have lists and dictionaries serialized using redis-py.
## Installation
To install serialized_redis, simply:
```shell
pip install serialized-redis
```
## Example
```python
from serialized_redis import SerializedRedis
redis = SerializedRedis()
redis.set('datas', { 'name': 'Evandro', 'age:': 27 })
type(redis.get('datas')) # It will return a dictionary
```
Release files for serialized-redis 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| serialized-redis-0.1.3.tar.gz | 1.4 kB | Details |
Release files / serialized-redis-0.1.3.tar.gz
| Download URL | serialized-redis-0.1.3.tar.gz |
|---|---|
| Size | 1.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13586c1ecba07164c198914346ac90b63e77c6e9baa9f3859ea32c30cd19b6f8
|
|
BLAKE2b-256 checksum How to use checksums |
064955a69cbe37577223dd37214f8ef8da92527c76e2175d5290c2739b2929d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |