Skip to content

Commands

roseduan edited this page May 7, 2022 · 2 revisions

Supported Commands in Redis

String

  • Set
  • Get
  • MGet
  • GetDel
  • Delete
  • SetEX
  • SetNX
  • MSet
  • MSetNX
  • Append
  • Decr
  • DecrBy
  • Incr
  • IncrBy
  • StrLen

List

  • LPush
  • RPush
  • LPop
  • RPop
  • LLen

Hash

  • HSet
  • HGet
  • HDel
  • HExists
  • HLen
  • HKeys
  • HVals
  • HGetAll
  • HStrLen

Set

  • SAdd
  • SPop
  • SRem
  • SIsMember
  • SMembers
  • SCard
  • SDiff
  • SUnion

Sorted Set

  • ZAdd
  • ZScore
  • ZRem
  • ZCard
  • ZRange
Clone this wiki locally