Class Client

client API

class Client ;

Constructors

NameDescription
this Constructor

Methods

NameDescription
execCommand build and execute single redis command.
get Simple key/value get
makeCommand Build redis command from command name and args. All args must be of type string.
pipeline build and execute redis pipeline from commands array.
read Consume reply
set Simple key/value set
transaction Build and execute redis transaction from command array.