RedisJSON / redisjson-py

An extension to redis-py for using Redis' ReJSON module
https://redisjson.io
BSD 2-Clause "Simplified" License
160 stars 34 forks source link

Bulk load / batch upsert support #48

Open avico78 opened 3 years ago

avico78 commented 3 years ago

Is rejon support batch upsert or bulk load?

for reference: https://docs.couchbase.com/python-sdk/2.5/batching-operations.html#asynchronous-batching

gkorland commented 3 years ago

You can use pipeline or transactions. See: https://github.com/andymccurdy/redis-py#pipelines