- Mastering Redis
- Jeremy Nelson
- 162字
- 2021-04-02 20:37:53
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "First, when you call a timeout with the EXPIRE
command on a key, the timeout can only be cleared if you delete the key or replace the key."
A block of code is set as follows:
defcreate_tea(datastore, name, time, size): # Increment and save global counter tea_counter = datastore.incr("global/teas") tea_key = "tea/{}".format(tea_counter) datastore.hmset(tea_key, {"name": name, "brew-time": time, "box-size": size}) return tea_key
Any command-line input or output is written as follows:
127.0.0.1:6379> LATENCY HISTORY command 1) 1) (integer) 1433877379 2) (integer) 1000 2) 1) (integer) 1433877394 2) (integer) 250
推薦閱讀
- 中文版SketchUp 2022完全實(shí)戰(zhàn)技術(shù)手冊(cè)
- Creo 4.0中文版從入門到精通
- Adobe創(chuàng)意大學(xué)InDesign CS5 版式設(shè)計(jì)師標(biāo)準(zhǔn)實(shí)訓(xùn)教材
- iPhone JavaScript Cookbook
- Vivado從此開始(進(jìn)階篇)
- Photoshop+Illustrator商業(yè)廣告設(shè)計(jì)從入門到精通(第2版)
- 中文版Photoshop CS6全能修煉圣經(jīng)(移動(dòng)學(xué)習(xí)版)
- OpenCart 1.4 Template Design Cookbook
- 短視頻剪輯基礎(chǔ)與實(shí)戰(zhàn)應(yīng)用(剪映電腦版)
- JBoss RichFaces 3.3
- Instant Apache Sqoop
- 攝影師的后期必修課(RAW格式篇)
- NHibernate 3 Beginner's Guide
- jQuery 1.3 with PHP
- 跟著視頻學(xué)Excel數(shù)據(jù)處理:函數(shù)篇