DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.83k stars 1.08k forks source link

refactor: config management #1239

Closed vinitparekh17 closed 5 days ago

vinitparekh17 commented 2 weeks ago

[generated by github copilot]

This pull request introduces a new configuration parser, updates configuration files, and modifies test setup and dependencies. The most important changes include the addition of a new ConfigParser in config/parser.go, updates to configuration files, and adjustments in test setup and dependency management.

Configuration Management:

Configuration Files:

Dependency Management:

Test Setup Adjustments:

Test Improvements:

vinitparekh17 commented 2 weeks ago

Although it is work in progress, I am open for suggestions and feedback from the community. @JyotinderSingh @lucifercr07 @soumya-codes @arpitbbhayani @apoorvyadav1111

vinitparekh17 commented 2 weeks ago

pending changes,

JyotinderSingh commented 1 week ago

Thanks for working on this @vinitparekh17. The overall changes seem to be going in the correct direction!

vinitparekh17 commented 6 days ago

@JyotinderSingh, @lucifercr07 review plz