Releases: mkorkmaz/redislabs-rejson
Releases · mkorkmaz/redislabs-rejson
2.3
feat: php 8.0 support dropped
2.2: feat: drop version check to support elasticache
Elasticache does not return redisjson in MODULE LIST command
but supports JSON functions
PHP 8.2 support added and php 7 support dropped
Support for RedisJSON 2.0 Full JSONPath
1.1.1
feat: travis config updated for php 8.0
1.1
feat: ReJSON name changed to RedisJson
1.0.2
NOESCAPE added for get function
1.0.1
check if result is empty issue fixed
1.0
Release Notes for Version 1.0
- PHP 7.2 Support dropped
- PHP 8.0 Support added
- getArray method added to get results as an array instead of an object
- mgetArray method added to get results as an associative array instead of an array of objects
0.1.2
fix issue when get returns false