atakavci
atakavci
Closes/Fixes #2759 - [X] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [X] You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket...
**Describe the bug** getting no result when introduce multiple geospatial conditions (like this one `"@geofield:[DISJOINT $geospatials0] @geofield2:[INTERSECTS $geospatials1]"`) into a single query where there are keys that satisfies all conditions....
Closes/Fixes #2715 this PR add support for a set of new commands related to expiration of individual members of hash > > **_HashFieldExpire_** exposes the functionality of commands HPEXPIRE/HPEXPIREAT, for...
with Redis 7.4 RC2 , Hash field expiration commands response contains "no such field" value for each field provided in command input, instead of returning an empty array. more details...
Closes/Fixes #2721 brings new functions to the API ; - IDatabase.HashScanNoValues - IDatabase.HashScanNoValues - IDatabaseAsync.HashScanNoValuesAsync to enable the return type consisting of keys in the hash. added some unit and...
Closes/Fixes #2738 this is just to move the integration test against to newer version of Redis
Closes/Fixes #2726 added two overloads and use a [filter object](https://github.com/StackExchange/StackExchange.Redis/compare/main...atakavci:StackExchange.Redis:ali/maxage?expand=1#diff-6c39ce347d72497c65974f0d78ab9a986be3198e7b2555975ff06410a9831bd8) to avoid a breaking change.
currentlty test are running against an older version of Redis. new version 7.4-rc1 is available and docker image has already been published.
add support for NOVALUES option to HSCAN command where Redis return only field names/keys of hash check [here](https://redis.io/docs/latest/commands/scan/#the-novalues-option) for more details
There is an upcoming set of commands which will provide a new feature of Redis called Hash Field Expiration. Related development is in progress and could be checked within the...