Dev Parikh
Dev Parikh
## Description This PR contains code for rate limiting the apis. ## Related Issues Feat #262 ## Proposed Changes I have added rate limiting using the django rest framework. ##...
Issue: #140 ### Summary: Added commands in makefile for running memtier benchmark and preset load tests ### Changes: - Added run_benchmark command for running memtier benchmark - Added run-small-test and...
Issue: #140 ### Summary: Added commands in makefile for running memtier benchmark and preset load tests. PS: Got many merge conflicts in old PR so creating a new one ###...
Issue: #445 ### Summary: Added benchmarking for PFCOUNT command If we look at the above metrics, I guess we should go for caching the results. ### Changes: - Added BenchmarkEvalPFCOUNT...
Issue: #632 Summary: Added timeouts and keep alive mechanism for workers. Changes: Added client, connection and command timeout in worker struct Added functions related to keep alive and timeouts in...
Issue: #632 Summary: Added timeouts and keep alive mechanism for workers. Changes: Added client and connection in worker struct Added functions related to keep alive and timeouts in workers.go
Issue: #1254
Resolves #1605 Change: - Added internal/cmd/cmd_zcount.go - Ran `make lint` on local codebase ## Summary by CodeRabbit - **New Features** - Introduced a new command that counts sorted set members...