RESTOREkeyttlserialized-value[REPLACE]
反序列化給定的序列化值,並將它和給定的 key 關聯。
引數 ttl 以毫秒為單位為 key 設定生存時間;如果 ttl 為 0 ,那麼不設定生存時間。
RESTORE
在執行反序列化之前會先對序列化值的 RDB 版本和資料校驗和進行檢查,如果 RDB 版本不相同或者資料不完整的話,那麼 RESTORE 會拒絕進行反序列化,並返回一個錯誤。
##返回值
如果反序列化成功那麼返回 OK ,否則返回一個錯誤。
##例子
redis> DEL mykey
0
redis> RESTORE mykey 0 "
x17x17x00x00x00x12x00x00x00x03x00
x00xc0x01x00x04xc0x02x00x04xc0x03x00
xffx04x00u#<xc0;.xe9xdd"
OK
redis> TYPE mykey
list
redis> LRANGE mykey 0 -1
1) "1"
2) "2"
3) "3"
本文作者:陳群
本文來自雲棲社群合作伙伴rediscn,瞭解相關資訊可以關注redis.cn網站。
相關文章
- Replace
- replace()用法
- replace方法
- JavaScript replace()JavaScript
- 【Go】strings.Replace 與 bytes.Replace 調優Go
- replace函式函式
- location.replace() 方法
- MySQL replace語句MySql
- [Javascript] Replace undefined with void 0JavaScriptUndefined
- mySQL中replace的用法MySql
- SQLite 之 INSERT OR REPLACE使用SQLite
- MYSQL中replace into的用法MySql
- ARC130F Replace by average
- [leetcode] 890. Find and Replace PatternLeetCode
- 淺析MySQL replace into 的用法MySql
- 原生js實現replace方法JS
- 深入瞭解下replace函式函式
- C++ replace() 函式用法C++函式
- js replace 全域性替換JS
- ecshop中preg_replace替換為preg_replace_callback需要注意的事項
- python 字串replace方法實現探索Python字串
- 11 replace-method標籤使用
- 攻防世界 Replace Reverse二星題
- 魔板引擎中的replace方法
- ACL Beginner Contest E.Replace DigitsGit
- js提示Cannot read property ‘replace‘ of undefinedJSUndefined
- In 2019, Let me Replace Redux with React HooksReduxReactHook
- Java中replace與replaceAll區別Java
- Spark SQL,正則,regexp_replaceSparkSQL
- Dedecms提示 ereg_replace() is deprecated 錯誤
- PHP中preg_replace函式解析PHP函式
- javascript中replace的高階運用JavaScript
- 一文搞懂String的replace用法
- 20190118-自定義實現replace方法
- Python replace方法並不改變原字串Python字串
- JavaScript replace()替換字串中指定字元JavaScript字串字元
- Android webview “location.replace” 不起作用AndroidWebView
- a連結上新增location.replace不生效