Harsh Rai
Harsh Rai
Fixes #506 Test run logs: ``` ❯ TEST_FUNC=TestExpire make test-one go test -v -count=1 --run TestExpire ./tests/... 2024/09/11 01:09:57 INFO DiceDB running on port 8739 Starting the test server on...
Addresses feature request: #367 Adds `limits.totalSize` config option to limit the cumulative size of all uploaded files. When this limit is reached: - The current file stream is truncated and...
### Description This PR implements the scanIterator method for the `RedisSentinel` client. Previously, scanIterator was not exposed on the Sentinel client, limiting the ability to iterate over keys on the...