Only one article to let you understand Redis10 big data types~

1. Ten data types

1.1 Introduction to the official website

Convention, current official website: Introduction to Redis | Redis

 Another official website link: Redis data types | Redis

 Tidy up:

common

  • String: Redis string
  • List: Redis list
  • Hash: Redis hash table
  • Sort Set: also known as ZSet, Redis ordered collection

Advanced

  • Stream: Redis message stream
  • Geospatial: Abbreviation GEO, Redis space
  • HyperLogLog: Redis cardinality statistics
  • Bitmaps: Redis bitmap
  • Bitfield&#x

Guess you like

Origin blog.csdn.net/langfeiyes/article/details/129691758