Redis commonly used commands and data structures (draft)

Spoken instructions

type of data

  • string of characters
  • list list
  • set collection
  • zset ordered set
  • hash hash (dictionary dictionary)
  • Bitmap bitmap
  • hyperloglog

Guess you like

Origin www.cnblogs.com/lianstyle/p/11242037.html