- Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
we allow to mark entries as STICK, but this does not persist via rdb snapshots.
we can do it by introducing RDB_OPCODE_DF_MASK=200 (to give enough space to Redis future opcodes)
that is gonna be followed by an unsigned integer. Currently just use a single bit in that integer to describe stickiness.
alexanderadam
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working