Redis in Action

Neo@AsiaYo

Redis Types

  • String
  • List
  • Sets
  • Sorted Sets
  • Hashes
  • Bit arrays
  • HyperLogLogs

String

command time complexity usage
GET key O(1) 取值
SET key value 

deck

By Neo Hsu

deck

  • 555