Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated redis.setex with redis.set method #1191

Merged

Conversation

fernandodevelon
Copy link
Contributor

@fernandodevelon fernandodevelon commented Mar 7, 2023

📝 Description

The change involves refactoring the cachers/redis.js file to replace the deprecated setex method with the set method for setting key-value pairs.

💎 Type of change

  • Bug fix (non-breaking change which fixes an issue)

Copy link
Member

@icebob icebob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update & fix the broker tests as well

Update unit test for redis set
test/unit/cachers/redis.spec.js Outdated Show resolved Hide resolved
@intech intech requested a review from icebob June 6, 2023 08:25
@icebob icebob merged commit 275eda5 into moleculerjs:master Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants