Skip to content

Releases: mkorkmaz/redislabs-rejson

2.3

03 Nov 05:04
75a18d8
Compare
Choose a tag to compare
feat: php 8.0 support dropped

2.2: feat: drop version check to support elasticache

02 Nov 06:11
db7c0f5
Compare
Choose a tag to compare
Elasticache does not return redisjson in MODULE LIST command
but supports JSON functions

PHP 8.2 support added and php 7 support dropped

10 Dec 20:42
f120741
Compare
Choose a tag to compare

Support for RedisJSON 2.0 Full JSONPath

28 Nov 21:59
f6a0013
Compare
Choose a tag to compare
2.0.0

fix: test php 8.1

1.1.1

16 Jul 11:09
140e651
Compare
Choose a tag to compare
feat: travis config updated for php 8.0

1.1

16 Jul 11:03
44edf31
Compare
Choose a tag to compare
1.1
feat: ReJSON name changed to RedisJson

1.0.2

19 Feb 21:32
0214510
Compare
Choose a tag to compare
NOESCAPE added for get function

1.0.1

19 Feb 21:01
3a12baa
Compare
Choose a tag to compare
check if result is empty issue fixed

1.0

29 Nov 11:07
464b134
Compare
Choose a tag to compare
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

28 Feb 06:09
464886b
Compare
Choose a tag to compare
fix issue when get returns false