Redis資料類型之string類型,redisstring

來源:互聯網
上載者:User

Redis資料類型之string類型,redisstring

Web程式猿部落格:http://blog.csdn.net/thinkercode

string類型-特點

string 是最簡單的類型,你可以理解成與 Memcached 是一模一樣的類型,一個 key對應一個value,其上支援的操作與 Memcached 的操作類似。但它的功能更豐富。
string 類型是二進位安全的。意思是redis的string可以包含任何資料,比如jpg圖片或者序列化的對象;從內部實現來看其實string可以看作byte數組,最大上限是1G位元組。
另外string類型可以被部分命令按 int處理,比如 incr等命令,如果只用 string類型,redis就可以被看作加上持久化特性的 memcached。 當然 redis對string類型的操作比 memcached還是多很多的。
在list、set和zset中包含的獨立元素類型都是string元素。

string常見命令

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.