Source file stream_id.ml

1
2
3
4
5
6
7
8
9
10
open Core

module T = struct
  include String

  let module_name = "Redis.Stream_id"
end

include T
include Identifiable.Make_plain (T)