pub fn HGetAll<T>(key: T) -> HGetAllCommandwhere
BulkString: From<T>,
Expand description
HGETALL redis command
Returns all fields and values of the hash stored at key
pub fn HGetAll<T>(key: T) -> HGetAllCommandwhere
BulkString: From<T>,
HGETALL redis command
Returns all fields and values of the hash stored at key