A Redis client
Project description
Toy redis client for python.
Requirement
Python 3.5+ or MicroPython https://micropython.org
Install
$ python3 -m pip install toyredis
Example
>>> import toyredis
>>> conn = toyredis.connect('localhost')
>>> conn.set('foo', 'bar')
>>> conn.get('foo')
b'bar'
>>> conn.set('foo', 10)
>>> conn.incr('foo')
11
>>>
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
toyredis-0.1.0.tar.gz
(3.6 kB
view details)
File details
Details for the file toyredis-0.1.0.tar.gz.
File metadata
- Download URL: toyredis-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2450a1ca15263bcb6fbdd74fa1bc0234c7cea716f15e101c68df6af8a25b7dd2
|
|
| MD5 |
35e6051dfec9a1d9bf0d895921cdf811
|
|
| BLAKE2b-256 |
0348ecddbb977542da9bdadf873fe9116840f66cd85cc50c704e317516a9316a
|