I have a class that stores a hashmap to a redis instance like so.
static async store(obj: KeyObject) { return client.hmset(`obj:${obj.objKey}`, { id