dragonfly/doc/differences.md
Roman Gershman 997d2dcb69 more work on rdb load.
1. Added support of loading of compressed strings.
2. Verified we load expiry info.
3. Extended supported expiry period to 4 years (previously I set 1 year).
2022-04-13 10:50:19 +03:00

440 B

Differences with Redis

String lengths, indices.

String sizes are limited to 256MB. Indices (say in GETRANGE and SETRANGE commands) should be signed 32 bit integers in range [-2147483647, 2147483648].

Expiry ranges.

Expirations are limited to 4 years. For commands with millisecond precision like PEXPIRE or PSETEX, expirations greater than 2^27ms are quietly rounded to the nearest second loosing precision of less than 0.001%.