miniredis 0.1
Latest version
Released:
A lightweight 20-lines redis client
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Volodymyr Sergeyev
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Lightweight redis client in python
Inspired by https://github.com/stulentsev/miniredis-ruby
Usage:
import miniredis
cli = miniredis.MiniRedis() # host/port can be set here
cli.set(‘a’, 1) cli.get(‘a’)
cli.sadd(‘b’, 1, 2, 3) cli.smembers(‘b’)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Volodymyr Sergeyev
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic