This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Description
Refer the below TODO in periodicRotateSegment method. Cleanup this todo after rotateLog refactor
// TODO: Remove this error handling once we clean up the error handling in the rotateLog function.
Setup Instructions
- setup DiceDB server locally from the source - instructions
- setup DiceDB Go SDK locally from the source - instructions
- setup DiceDB CLI locally from the source - instructions
- refer to the
Pointing to local checked-out dicedb-gosection inREADME`.
Start the DiceDB server
$ go run main.go --log-level debug
Follow the contribution guidelines
These are general guidelines to follow before you submit a patch. Please mark them as done once you complete them