We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix typo.
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.
Updated Redis RDB Dump File Format (markdown)
use markdown instead of textile