0 purchases
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())
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.