Function ntex_redis::cmd::HGetAll

source ·
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