Closed mattbeiswenger closed 1 month ago
Upstash redis client finally has support for sorted sets so this commit converts to using @upstash/redis instead of ioredis. This also means that I can remove the ioredis adapter which was having compatibility problems.
@upstash/redis
ioredis
Upstash redis client finally has support for sorted sets so this commit converts to using
@upstash/redis
instead ofioredis
. This also means that I can remove theioredis
adapter which was having compatibility problems.