package
0.0.0-20240924084245-603b8c266caa
Repository: https://github.com/viet-ph/redis-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Spawn a goroutine to track total number of key changes and marshall -> write rdb the data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Op codes.
^uint(0): flips all bits to 1 ^uint(0) >> 63: rightshift all bits by 63 places, results 0 on 32bit system and 1 on 64bit system 32 << (0 or 1): If the result of ^uint(0) >> 63 is 1 (on a 64-bit system), this becomes 32 << 1, which equals 64, otherwise 32.
No description provided by the author
Op codes.
EXPIRETIME byte = 0xFD.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Op codes.
Op codes.

# Variables

Endianess.

# Type aliases

String format.