Versions in this module Expand all Collapse all v1 v1.2.0 Feb 6, 2019 Changes in this version + type Rpc struct + AtSock string + Name string + func New(suffix, name string) *Rpc + func (rpc *Rpc) Blpop(key string, keys ...string) ([][]byte, error) + func (rpc *Rpc) Brpop(key string, keys ...string) ([][]byte, error) + func (rpc *Rpc) Del(key string, keys ...string) (int, error) + func (rpc *Rpc) Get(key string) ([]byte, error) + func (rpc *Rpc) Hdel(key, field string, fields ...string) (int, error) + func (rpc *Rpc) Hexists(key, field string) (int, error) + func (rpc *Rpc) Hget(key, field string) ([]byte, error) + func (rpc *Rpc) Hgetall(key string) ([][]byte, error) + func (rpc *Rpc) Hkeys(key string) ([][]byte, error) + func (rpc *Rpc) Hset(key, id string, value []byte) (int, error) + func (rpc *Rpc) Lindex(key string, index int) ([]byte, error) + func (rpc *Rpc) Lpush(key string, value []byte, values ...[]byte) (int, error) + func (rpc *Rpc) Lrange(key string, start, stop int) ([][]byte, error) + func (rpc *Rpc) Rpush(key string, value []byte, values ...[]byte) (int, error) + func (rpc *Rpc) Set(key string, value []byte) error