Skip to main content

Fast serializer to pipeline data into redis

Project description

travis coverage pyver

A fast serializer to pipeline data into redis:

from redis import StrictRedis
import redis_writer as rw

rset = rw.compile('SET', bytes, int)
rw.execute([rset(b'key%d' % r, r) for r in range(1000)],
           client=StrictRedis())

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redis_writer-0.3.tar.gz (2.9 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