Navigation

  • index
  • next |
  • previous |
  • Redis 命令参考 »

String(字符串)¶

  • APPEND
    • 模式:时间序列(Time series)
  • BITCOUNT
    • 模式:使用 bitmap 实现用户上线次数统计
    • 性能
  • BITOP
  • DECR
  • DECRBY
  • GET
  • GETBIT
  • GETRANGE
  • GETSET
    • 模式
  • INCR
    • 模式:计数器
    • 模式:限速器
  • INCRBY
  • INCRBYFLOAT
  • MGET
  • MSET
  • MSETNX
  • PSETEX
  • SET
    • 使用模式
  • SETBIT
  • SETEX
  • SETNX
  • SETRANGE
    • 模式
  • STRLEN

Navigation

  • index
  • next |
  • previous |
  • Redis 命令参考 »
© Copyright 2013, Redis. Last updated on Dec 20, 2013. Created using Redis爱好者