Function redis_module::raw::list_push

source ·
pub fn list_push(
    key: *mut RedisModuleKey,
    list_where: Where,
    element: *mut RedisModuleString
) -> Status