redis icon indicating copy to clipboard operation
redis copied to clipboard

Client API

Open uki00a opened this issue 3 years ago • 0 comments

  • [x] CLIENT CACHING (#188)
  • [x] CLIENT GETNAME (#177)
  • [x] CLIENT GETREDIR (#191)
  • [x] CLIENT ID (#172)
  • [x] CLIENT INFO (#200)
  • [x] CLIENT KILL (#213)
  • [x] CLIENT LIST (#205)
  • [x] CLIENT PAUSE
    • [x] Basic support (#181)
    • [x] Add mode parameter (needs [email protected] or above) (#198)
  • [ ] CLIENT REPLY
  • [x] CLIENT SETNAME (#177)
  • [x] CLIENT TRACKING (#187)
  • [x] CLIENT TRACKINGINFO (needs [email protected] or above) (#203)
  • [x] CLIENT UNBLOCK (#195)
  • [x] CLIENT UNPAUSE (needs [email protected] or above) (#199)

https://redis.io/commands/client-id

uki00a avatar Jan 10 '21 06:01 uki00a