Interface RedisResultInt64

interface RedisResultInt64 {
    tag: "int64";
    val: bigint;
}

Properties

Properties

tag: "int64"
val: bigint