MindMap Gallery Redis data structure knowledge framework learning

Redis data structure knowledge framework learning

Because there are many redis data types, and different data types have the same metadata to record, redis will use a RedisObject structure to uniformly record these metadata. When saving the Long type, the RedisObject pointer is directly assigned to an integer.

Edited at 2022-11-14 13:53:00
  • Recommended to you
  • Outline