Siderpy 0.7.0 | Coderz Product

siderpy 0.7.0

Last updated:

0 purchases

siderpy 0.7.0 Image
siderpy 0.7.0 Images

Free

Languages

Categories

Add to Cart

Description:

siderpy 0.7.0

SiderPy
Minimalistic Python asyncio Redis client library


Installation
hiredis support
pip install git+https://github.com/levsh/siderpy.git#egg=siderpy[hiredis]

or pure python
$ pip install git+https://github.com/levsh/siderpy.git

Examples
In [1]: import siderpy

In [2]: redis = siderpy.Redis('redis://localhost:6379')

In [3]: await redis.select(1)
Out[3]: b'OK'

In [4]: await redis.set('key', 'value')
Out[4]: b'OK'

In [5]: await redis.get('key')
Out[5]: b'value'

In [6]: await redis.close()

Documentation
siderpy.readthedocs.io
Benchmark
Benchmark test available at github workflow actions
step Benchmark.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.