mattbeiswenger / smij.io

🔗 A really fast URL shortener
https://smij.io
2 stars 0 forks source link

Convert to using Upstash redis client #43

Closed mattbeiswenger closed 1 month ago

mattbeiswenger commented 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.