ssdb v0.3.1 SSDB
Summary
Functions
Get process pid
Send request to ssdb server, request is a list with command and args
Connect to the ssdb server options default is
Disconnect from the ssdb server
Types
Functions
Send request to ssdb server, request is a list with command and args
SSDB.query pid, ["set", "a", "1"]
or
SSDB.query ["set", "a", "1"]
Connect to the ssdb server options default is
[ host: '127.0.0.1', port: 8888 ]
Returns pid of the connected client