第三章 : redis數據結構種類

五中數據結構:字符串(String) ,字符串列表(list),有序字符串集合(sorted set),哈希(hash),字符串集合(set)。html 下面介紹下string 的應用:數據結構 獲得全部keyapp 127.0.0.1:6379> keys * 1) "foo" 2) "liux" 3) "liux2" 得到值:spa 127.0.0.1:6379> get foo "bar"
相關文章
相關標籤/搜索