reids基本命令

2021-10-23 02:12:06 字數 865 閱讀 3185

string, hash,list,set, zset

1,string 用於儲存字串

放入和檢視:set key value 和 get key 

例:set username aries 和 get username

刪除:del key

例:del username

2,hash用於儲存物件

放入和檢視:hset key field value 和 kget key field 

例:hset user username aries 和 hget user username

放入和檢視多個field:hmset key field1 value1 field2 value2 和 hmget key field1 field2

例:hmset user username aries age 18 和 hmget user username age

物件的所有field-value:hgetall key

例:hgetall user

物件所有的field:hkeys key

例:hkeys user

物件所有的value:kvals key

例:kvals user

物件field數量:hlen key

例:hlen user

物件中某個field是否存在:hexists key field

例:hexists user username

刪除物件中的field:hdel key field

例:hdel user username

刪除整個key:del key

例:del user

mysql基本命令總結 mysql基本命令總結

1.在ubuntu上安裝mysql sudo apt get install mysql server sudo apt get install mysql client 2.安裝結束後,用命令驗證是否安裝並啟動成功 sudo netstat tap grep mysql 通過上述命令檢查之後,如果...

linux終端基本命令和vi基本命令

今天學習內容 建立 了乙個基本的虛擬機器執行環境,在虛擬機器下使用cent os 6.0 系統,學習了linux終端命令 視窗的基本操作命令 和對vi 工具的簡單 操作 linux 基本命令 1 顯示當前路徑 pwd 2 切換路徑 cd 路徑名稱 絕對路徑 從根目錄開始,例如 root test3 ...

DOS命令 基本命令

調出 c windows system32 cmd.exe 目錄相關命令 命令 dir 作用 瀏覽當前資料夾的內容 其他用法 dir 指定路徑 dir d pic dir a 瀏覽所有內容 包括隱藏目錄 命令 碟符 作用 切換分割槽,如 c d e 命令 cd 作用 退出一節目錄 命令 cd 資料夾...