loredis, compare with hiredis.
Project description
loredis
Pure python reader for redis:
import loredis reader = loredis.Reader() reader.feed(b'...') reader.gets()
Also privide a ServerReader, which accept inline command:
import loredis reader = loredis.ServerReader() ...
Also privide some function to build command:
INT
SIMPLE_STRING
ERROR
BULK_STRING
ARRAY
build_command(BULK_STRING_ARRAY)
Changes
0.1.1(2014-10-11)
server accept array and inline command only.
0.1.0(2014-10-11)
first release
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
loredis-0.1.1.zip
(3.2 kB
view details)
File details
Details for the file loredis-0.1.1.zip
.
File metadata
- Download URL: loredis-0.1.1.zip
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78696946f89bfbee02050fcc3241c90e3c69090987966068d8de22926aac661d |
|
MD5 | 8729825ad7abad3938e620b77840bdfc |
|
BLAKE2b-256 | 39fc7f71fd3ceae9bce7d320206ba86704f8a3adc4aa617c70b3f5b7ff111291 |