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

Enhancement: Add support for all data types in Dump and Restore #1305

Open apoorvyadav1111 opened 2 days ago

apoorvyadav1111 commented 2 days ago

Hi team,

creating this issue to track the progress of adding support for dump and restore. Currently, only string and ints are supported. This Issue will ensure all existing data types are supported by these commands.

Thanks