object
Redis client. Inspired by Sean Charles GNU Prolog Redis client.
Paulo Moura
0.3
2017/6/29
static, context_switching_calls
logtalk::message_tokens//2
Connect to a Redis server running on localhost using the default 6379 port.
static
connect(Connection)
connect(--ground) – one
Connect to a Redis server running on the given host and port.
static
connect(Host,Port,Connection)
connect(+atom,+integer,--ground) – one
Disconnect from a Redis server.
static
disconnect(Connection)
disconnect(++ground) – one
Sends a request to the a Redis server and returns its reply
static
send(Connection,Request,Reply)
send(++ground,++callable,--callable) – one
Sends a request to a Redis server running on localhost at the default 6379 port and prints the reply.
static
console(Request)
console(++callable) – one
(see related entities)
(see related entities)