Redis知識梳理

Redis是速度非常快的非關係型內存鍵值數據庫,可以存儲鍵和五種不同類型的值之間的映射。 鍵的類型只能爲字符串,值支持五種數據類型爲:字符串、列表、集合、有序集合、散列表。 STRING set hello world OK get hello 「world」 del hello (integer) 1 get hello (nil) LIST rpush list-key item (integ
相關文章
相關標籤/搜索