dice
dice copied to clipboard
Protect keyspace stat operations with mutex
Summary
Support for keyspace stats at store level and protect operations using mutex.
Changes
- Introduce store level struct for keyspace stats.
- Protect keyspace operations with mutex.
- Unit tests.
Issue : #296
Please rebase the PR, we just had a large change go in which might've introduced conflicts.
We have removed store locks from the codebase, we no longer need this change. But thanks a lot for the effort!