Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 245 Bytes

call.md

File metadata and controls

7 lines (6 loc) · 245 Bytes

CALL

r.call(command)

  • for debugging
  • functions that are not directly supported by redis() class
  • for disable the overhead of redis() class functions
  • command can be a string or a cell (e.g. {'SET', 'my keyname', 'this is a value'})