Redis系列文章(1) 安裝Redis

Redis (REmote DIctionary Server) 是一個 in-memory 的 key-value database,
Redis的鍵包括字串(string)、雜湊(hash)、清單(list)、集合(set)、有序集合(sorted set)、點陣圖(bitmap)和超重對數(hyperloglog),
常常被用在需要快取(Cache)一些資料的場合,可以減輕許多後端資料庫的壓力。

...繼續閱讀 »