JRedisJSON
JRedisJSON copied to clipboard
No support for pipelines
what pipeline support do you want?
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.
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.