DiceDB / dice

DiceDB is a redis-compliant, in-memory, real-time, and reactive database optimized for modern hardware and for building and scaling truly real-time applications.
https://dicedb.io/
Other
6.08k stars 957 forks source link

Multi Threading Support: Integrate Shard/Worker implementation with EVAL/Store changes #568

Open soumya-codes opened 4 weeks ago

soumya-codes commented 4 weeks ago

This would be the final step in the Multi Threading Support.

Its advisable to be take up this task after the following tasks are complete:

  1. https://github.com/DiceDB/dice/issues/565
  2. https://github.com/DiceDB/dice/issues/566
  3. https://github.com/DiceDB/dice/issues/567

Integrate EVAL/Store level changes with the Shard implementation. Integrate the EVAL/Store level changes Worker changes in the PR https://github.com/DiceDB/dice/pull/539

Note: We need to ensure that the integration tests are also updated accordingly.

aashraybhandar1 commented 5 days ago

Hey @soumya-codes would like to pick this up when the above issues are done. Thank You!

kaustubhdeokar commented 3 days ago

@soumya-codes , please assign this to me