skip to Main Content

Support for pipeline with redis-json in Golang

We recently started to work with redis-json (github.com/nitishm/go-rejson/v4) and redis-search (github.com/RediSearch/redisearch-go/redisearch) clients in Golang. We need to support bulk insert operations of json objects and we don't want to use transactions. Is there a way to implement a pipeline with…

VIEW QUESTION
Back To Top
Search