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.
## 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
```
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
File details
Details for the file serialized-redis-0.1.3.tar.gz
.
File metadata
- Download URL: serialized-redis-0.1.3.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
13586c1ecba07164c198914346ac90b63e77c6e9baa9f3859ea32c30cd19b6f8
|
|
MD5 |
afa7c27986bd8df5ab487a59004e03c6
|
|
BLAKE2b-256 |
064955a69cbe37577223dd37214f8ef8da92527c76e2175d5290c2739b2929d9
|