franciscop / server

:desktop_computer: Simple and powerful server for Node.js
https://serverjs.io/
MIT License
3.56k stars 170 forks source link

[PSA] update to server@1.0.38 for `rediss://` usage #147

Closed franciscop closed 1 year ago

franciscop commented 1 year ago

That's it, update server@1.0.38 for an updated version of connect-redis and ioredis that support the rediss:// protocol (as well as the redis:// protocol). Please let me know if there's any bug with the upgrade.

Example for it to work, just add the key in .env:

#.env
REDIS_URL=rediss://[omitted]