redisjson-py icon indicating copy to clipboard operation
redisjson-py copied to clipboard

Bulk load / batch upsert support

Open avico78 opened this issue 3 years ago • 1 comments

Is rejon support batch upsert or bulk load?

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

avico78 avatar Apr 26 '21 17:04 avico78

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

gkorland avatar Apr 26 '21 19:04 gkorland