Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetOptions

Expires 中的三个命令是互斥的,如果存在多个,选择优先级最高的设置。
优先级:keepttl > expire > pexpire

Hierarchy

  • SetOptions

Index

Exists Properties

Expires Properties

Exists Properties

Optional exist

exist: undefined | boolean

会被翻译为 NX 或 XX 选项。2.6.12 及以上版本可用。
查看命令接口 SET

Expires Properties

Optional expire

expire: undefined | number
  • 设置以 为单位的过期时间。
  • 会被翻译为 EX 选项。
  • 2.6.12 及以上版本可用。
  • 值为 0 和值为 undefined 的行为一致。

查看命令接口 SET

Optional keepttl

keepttl: undefined | boolean

会被翻译为 KEEPTTL 选项。6.0.0 及以上版本可用。
查看命令接口 SET

Optional pexpire

pexpire: undefined | number
  • 设置以 毫秒 为单位的过期时间。
  • 会被翻译为 PX 选项。
  • 2.6.12 及以上版本可用。
  • 值为 0 和值为 undefined 的行为一致。
    查看命令接口 SET

Generated using TypeDoc