package redis-async

  1. Overview
  2. Docs

Source file auth.ml

1
2
3
4
5
6
7
open! Core

type t =
  { username : string
  ; password : string
  }
[@@deriving fields]