It appears from the documentation that JReJSON only supports JSON. type queries, if I want to use EXISTS on a document I created with JSON.SET do I need an instance Jedis to test for EXISTS?
Using redis-cli I verified that a document I created with JSON.SET reports 1 when tested with EXISTS. so in theory using 2 different clients should work but I wondered if there was a less clunky way?