PipelineBase.hset
- Response!(Long) hset(string key, string field, string value)
- Response!(Long) hset(const(ubyte)[] key, const(ubyte)[] field, const(ubyte)[] value)
- Response!(Long) hset(string key, Map!(string, string) hash)
class PipelineBase
hset
(,Map!(string, string) hash ) - Response!(Long) hset(const(ubyte)[] key, Map!(const(ubyte)[], const(ubyte)[]) hash)