redis键值对

interface StringDict {
    [id: string]: string;
}

Indexable

[id: string]: string