Skip to content

History / Redis RDB Dump File Format

Revisions

  • Fix typo.

    @huangjiahua huangjiahua committed Sep 5, 2019
  • Looking here in redis server code you can see that the version is treated as an ascii string using atoi() to parse it https://github.com/antirez/redis/blob/06d490342f51cff316588a7a45124cc410b7d050/src/rdb.c#L2000. Parsing code in this package https://github.com/sripathikrishnan/redis-rdb-tools/blob/543a73e84702e911ddcd31325ecfde77d7fd230b/rdbtools/parser.py#L960 appears to do the same. It is not stored as a binary 32 bit integer.

    @fewtrell fewtrell committed Sep 3, 2019
  • Updated Redis RDB Dump File Format (markdown)

    @Abioy Abioy committed Oct 23, 2018
  • use markdown instead of textile

    @Abioy Abioy committed Oct 23, 2018