Description
@types/redis says that types are baked into this library, which tracks for the few types I'm using, RedisClientType and RedisArgument
However in my singleton, where I define set(), I'm not able to use the RedisJSON type. What does a TypeScript implementation look like?
Cannot find name 'RedisJSON'
