Skip to content

History

Revisions

  • Created _Footer (markdown)

    @Bistutu Bistutu committed Mar 10, 2023
    1c6e476
  • Initial Home page

    @Bistutu Bistutu committed Mar 10, 2023
    af8a7f0
  • Created Redis RDB Dump File Format.html (markdown)

    @Bistutu Bistutu committed Mar 10, 2023
    1a2ec69
  • Added one more implementation in Rust language.

    @zzFluke zzFluke committed Sep 10, 2019
    3bd64fe
  • Fix typo.

    @huangjiahua huangjiahua committed Sep 5, 2019
    6af1dc1
  • 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
    17bb7ab
  • Updated Redis RDB Dump File Format (markdown)

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

    @Abioy Abioy committed Oct 23, 2018
    a8f3b00
  • Updated Python3 support.

    @amotzg amotzg committed Feb 19, 2017
    729228e
  • update rdb version number to match the explanation

    @xrmx xrmx committed Jan 12, 2017
    e621125
  • Fixed some very minor typos

    @rrampage rrampage committed Jan 10, 2016
    27ad7c1
  • Add a detail

    @zavatar zavatar committed Jan 22, 2015
    5683efc
  • Correct storage of numbers up to 2^32 - take 5 bytes (not 4 bytes) because there's the first byte which starts with "10" bits

    @dubek dubek committed Oct 29, 2014
    142f46a
  • typos fix

    @spiechu spiechu committed Jul 1, 2014
    2bf5310
  • it actually uses crc64

    @AVVS AVVS committed Dec 6, 2013
    839a907
  • Totenham -> Tottenham

    @turmoni turmoni committed Dec 4, 2013
    a24f2e4
  • typo fix

    @tst2005 tst2005 committed Sep 13, 2013
    fb159c0
  • Links to Python 2.5 and 3.x support

    @sripathikrishnan sripathikrishnan committed Apr 3, 2013
    ba51797
  • Add go package

    @titanous titanous committed Dec 29, 2012
    bf0bb40
  • Supported version bumped to 6

    @sripathikrishnan sripathikrishnan committed Nov 5, 2012
    74492ba
  • Updated Redis Memory Optimization (markdown)

    @sripathikrishnan sripathikrishnan committed May 15, 2012
    9036acd
  • Completed the section on strings

    @sripathikrishnan sripathikrishnan committed May 15, 2012
    ed92d9d
  • Updated Redis Memory Optimization (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 25, 2012
    3e71ea2
  • Updated ziplist encoding for RDB version 6

    @sripathikrishnan sripathikrishnan committed Apr 24, 2012
    5204e52
  • Updated Redis Memory Optimization (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 24, 2012
    6f35889
  • Updated Redis Memory Optimization (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 22, 2012
    6d495b1
  • Updated Redis Memory Optimization (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 22, 2012
    08416e5
  • Explains how to use csv file to optimize configuration parameters

    @sripathikrishnan sripathikrishnan committed Apr 22, 2012
    e9190fa
  • Updated FAQs (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 22, 2012
    7efe30b
  • Updated FAQs (markdown)

    @sripathikrishnan sripathikrishnan committed Apr 22, 2012
    22e7af5