Module Redis.Auth

type t = {
  1. username : string;
  2. password : string;
}