JRedisJSON icon indicating copy to clipboard operation
JRedisJSON copied to clipboard

No support for pipelines

Open itamarhaber opened this issue 7 years ago • 3 comments

itamarhaber avatar Apr 30 '17 21:04 itamarhaber

what pipeline support do you want?

dvirsky avatar May 01 '17 12:05 dvirsky

The idea is to be able to pipeline ReJSON commands. @dragnot is working a a private branch the implements the necc. interfaces to support this and #1.

itamarhaber avatar May 01 '17 12:05 itamarhaber

Post changes, we pass the Jedis connection to the rejson methods. It looked like the simplest way to go about it, letting the user provide the connection. To support pipelines, txs and whatever else Jedis does we'll need to implement methods with the relevant signatures.

itamarhaber avatar May 05 '17 18:05 itamarhaber