Releases: momentohq/momento-php-redis-client
Releases · momentohq/momento-php-redis-client
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2024-10-25)
Features
- add all public methods from Redis class (f05ff8e)
- add all public methods from Redis class (#2) (56fc24b)
- add examples for implemented methods (#18) (b682513)
- add github workflow (#4) (465bfa4)
- add release-please workflow (#16) (5d1b481)
- add zadd and zrevrange implementations (58f51ee)
- add zincrby method (#9) (53920a3)
- add zrevrangebyscore method (#14) (e228ab7)
- add zscore (#11) (28e88ba)
- address comment feedback (f552524)
- implement MomentoRedisClient (aedb386)
- implement scalar methods (#3) (e64ddfc)
- implement ttl and expire methods (#5) (810bb18)
- implement zcount (#15) (5b2aacd)
- implement zunionstore (#20) (8394e46)
- initial commit (0da590b)
- set up readme generation (#22) (59aff79)
- sophisticated test setup (5d9624b)
- support zrem command (#13) (af130a8)
- use released sdk (#23) (bec0995)
Bug Fixes
- add zincrby method to interface (#12) (da084c0)
- configure monolog logger (25fec3c)
- export env instead of .env file (#21) (ceae953)
- make monolog a dev dependency (1b21256)
- remove debugging statements (8ea5d9a)
- remove lint step from push-to-main workflow (#25) (c0a4bea)
- rename package in composer.json (#19) (a50b2b7)
- unbounded case for zrevrange (6f2785a)
- update readme (ce526b7)
Miscellaneous
- adds makefile (6a10961)
- backfill interface methods (#10) (6c135c2)
- exhaustive checks for methods (d35945a)
- exhaustive checks for methods (#7) (79139ef)
- set release version to 0.1.0 (#27) (4462c3d)
- update composer description (#24) (c5a83f3)
- Update the readme language to comply with the PHP license (#17) (9aa377f)