Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2024-10-25) ### Features * add all public methods from Redis class ([f05ff8e](f05ff8e)) * add all public methods from Redis class ([#2](#2)) ([56fc24b](56fc24b)) * add examples for implemented methods ([#18](#18)) ([b682513](b682513)) * add github workflow ([#4](#4)) ([465bfa4](465bfa4)) * add release-please workflow ([#16](#16)) ([5d1b481](5d1b481)) * add zadd and zrevrange implementations ([58f51ee](58f51ee)) * add zincrby method ([#9](#9)) ([53920a3](53920a3)) * add zrevrangebyscore method ([#14](#14)) ([e228ab7](e228ab7)) * add zscore ([#11](#11)) ([28e88ba](28e88ba)) * address comment feedback ([f552524](f552524)) * implement MomentoRedisClient ([aedb386](aedb386)) * implement scalar methods ([#3](#3)) ([e64ddfc](e64ddfc)) * implement ttl and expire methods ([#5](#5)) ([810bb18](810bb18)) * implement zcount ([#15](#15)) ([5b2aacd](5b2aacd)) * implement zunionstore ([#20](#20)) ([8394e46](8394e46)) * initial commit ([0da590b](0da590b)) * set up readme generation ([#22](#22)) ([59aff79](59aff79)) * sophisticated test setup ([5d9624b](5d9624b)) * support zrem command ([#13](#13)) ([af130a8](af130a8)) * use released sdk ([#23](#23)) ([bec0995](bec0995)) ### Bug Fixes * add zincrby method to interface ([#12](#12)) ([da084c0](da084c0)) * configure monolog logger ([25fec3c](25fec3c)) * export env instead of .env file ([#21](#21)) ([ceae953](ceae953)) * make monolog a dev dependency ([1b21256](1b21256)) * remove debugging statements ([8ea5d9a](8ea5d9a)) * remove lint step from push-to-main workflow ([#25](#25)) ([c0a4bea](c0a4bea)) * rename package in composer.json ([#19](#19)) ([a50b2b7](a50b2b7)) * unbounded case for zrevrange ([6f2785a](6f2785a)) * update readme ([ce526b7](ce526b7)) ### Miscellaneous * adds makefile ([6a10961](6a10961)) * backfill interface methods ([#10](#10)) ([6c135c2](6c135c2)) * exhaustive checks for methods ([d35945a](d35945a)) * exhaustive checks for methods ([#7](#7)) ([79139ef](79139ef)) * set release version to 0.1.0 ([#27](#27)) ([4462c3d](4462c3d)) * update composer description ([#24](#24)) ([c5a83f3](c5a83f3)) * Update the readme language to comply with the PHP license ([#17](#17)) ([9aa377f](9aa377f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information