Skip to content

persist STICK property in RDB file  #251

@romange

Description

@romange

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions