Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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

Supported by

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