redis_writer 0.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

redis writer 0.3

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.