codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
151 stars 43 forks source link

Update docs for RDB file format #260

Closed ryan-gang closed 2 months ago

ryan-gang commented 2 months ago

This pull request updates the documentation for the RDB file format. It includes changes to the hash table sizes for key-value pairs and key expirations. The flag for the value's type and encoding has also been modified.

andy1li commented 2 months ago

Thanks @@RangeetC for highlighting the issue! Forum #1811