Interface RedisResultStatus

interface RedisResultStatus {
    tag: "status";
    val: string;
}

Properties

Properties

tag: "status"
val: string