官术网_书友最值得收藏!

  • 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

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 五家渠市| 泊头市| 永新县| 桐梓县| 手机| 利川市| 唐海县| 剑川县| 富裕县| 庄浪县| 奉化市| 福泉市| 连山| 门源| 盐池县| 太仓市| 内黄县| 衡水市| 辛集市| 扶沟县| 万荣县| 石嘴山市| 富民县| 景德镇市| 肃北| 衡东县| 昭觉县| 类乌齐县| 嘉兴市| 鄱阳县| 河南省| 隆子县| 苍溪县| 吴堡县| 青铜峡市| 区。| 延庆县| 滦南县| 齐河县| 北安市| 惠来县|