Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page