Gaurav Sarma

Results 4 issues of Gaurav Sarma

https://github.com/DiceDB/dice/issues/141 Prior to Redis 6, authentication for a connection was enabled by passing in `requirepass` in the redis.conf or while starting the redis server. If the above config is set,...

PR - https://github.com/DiceDB/dice/issues/1135 First PR for integrating prometheus scraping using Opentelemetry exporter. # DiceDB Observability with Opentelemetry (Otel) This module implements the observability layer required for DiceDB to emit metrics....

The PR implements snapshotting a single store into the disk using the copy-on-write approach. Check the `README.md` in the PR for more details on the design and implementation. The PR...