Interface RedisResultNil

interface RedisResultNil {
    tag: "nil";
}

Properties

Properties

tag: "nil"