rejson-rb
rejson-rb copied to clipboard
ReJSON adapter/client for Ruby. Store/Retrieve JSON documents in Redis database using Ruby
Not seeing anything obvious why this shouldn't work with newer versions and it's blocking updating other gems.
Added Support for RedisJSON 2.0 full JSONPath syntax
Please notice all the commands can now get full jsonpath, i.e. dynamic paths that start with a $ sign. As a result all the commands can now return multi parts...
### Commands to be documented in wiki: - [x] GET/SET - [ ] DEL - [ ] MGET - [ ] TYPE - [ ] NUMBER MANIPULATION - [ ]...