- simpleString (value : String) : Value
- blobString (value : ByteArray) : Value
- simpleError (message : String) : Value
- number (value : Int) : Value
- null : Value
- array (items : Array Value) : Value
- map (entries : Array (Value × Value)) : Value
- set (items : Array Value) : Value
- bool (value : Bool) : Value
- double (value : String) : Value
- bigNumber (value : String) : Value
- verbatimString (format value : String) : Value
- push (items : Array Value) : Value
Instances For
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- LeanRedis.Protocol.Resp.instReprValue = { reprPrec := fun (value : LeanRedis.Protocol.Resp.Value) (x : Nat) => Std.Format.text (LeanRedis.Protocol.Resp.render✝ value) }