AmoabaKelvin / ishortn.ink

URL Shortening, Link Analytics & QR Code Platform
https://ishortn.ink
MIT License
66 stars 9 forks source link

use `ioRedis` library instead of `upstash/redis` #103

Closed AmoabaKelvin closed 6 months ago

AmoabaKelvin commented 6 months ago

This change was made to ensure that users can get started with a local instance of Redis rather than having to sign up for yet another third-party service.

When working locally with ioredis, we can pass in a local instance of a redis url, and when deploying to the remote server, we can pass in another instance URL.