Skip to content

Feature/fix redis#119

Open
xXLXx wants to merge 10 commits intoreflex-media:masterfrom
xXLXx:feature/fix-redis
Open

Feature/fix redis#119
xXLXx wants to merge 10 commits intoreflex-media:masterfrom
xXLXx:feature/fix-redis

Conversation

@xXLXx
Copy link
Copy Markdown
Contributor

@xXLXx xXLXx commented Aug 14, 2025

Fix redis issues

  • Update listening for ready connection to .on('ready') since .on('connect') will be confusing as this gets triggered on first node connect
  • Updated structure of listener for connection to be an await rather like in front-end js connection
  • Removed .connect() as this is only needed in non cluster connections
  • Add optional clusterOptions so we can pass in case of tls use, which is by default removed
  • Update setRedis cache to consider empty value such as array empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants