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

Uploaded Source

File details

Details for the file redis_writer-0.3.tar.gz.

File metadata

  • Download URL: redis_writer-0.3.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for redis_writer-0.3.tar.gz
Algorithm Hash digest
SHA256 e66bb0ccd4ff38c3591fd04c2642a8721d17f7b4297ec95912409a4aeb8b73fd
MD5 d7b81ad958c81f71e998d6f063dca02b
BLAKE2b-256 89d28fc2fa8c24f41ddad95570ccc2c82837c2506068f8516bc322f70aba5df5

See more details on using hashes here.

Supported by

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