phpredis-json icon indicating copy to clipboard operation
phpredis-json copied to clipboard

A PHP client for RedisJSON module using phpredis extension

Results 5 phpredis-json issues
Sort by recently updated
recently updated
newest added

When I try to use phpredis-json to store spanish text on redis server, the text is not returned its original text. Example: Original text: Sabía que ofrecemos Encoded by json_encode:...

When installing this using composer, one needs to use **--ignore-platform-reqs** for every future action on composer e.g. update or to install any other package because of this error: Problem 1...

Hi We have already established a Redis connection via phpredis. Can we use phpredis-json with this existing connection without having to create a new connection.

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...

How can I pass auth command?