Module Values.DeleteUserMessageSource

For Valkey engine version 7.2 onwards and Redis OSS 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).

Sourcetype nonrec t = {
  1. userId : UserId.t;
    (*

    The ID of the user.

    *)
}
Sourceval context_ : string
Sourceval make : userId:UserId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UserId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t