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

update hset and add ttl, keys and hgetall function #172

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

RohitChaurasia97
Copy link
Collaborator

No description provided.

@RohitChaurasia97 RohitChaurasia97 marked this pull request as ready for review February 15, 2024 01:56
@tanvir-retailai tanvir-retailai merged commit 46d5c36 into develop Feb 15, 2024
1 check passed
@tanvir-retailai tanvir-retailai deleted the feature/add-redis-methods branch February 15, 2024 07:02
return errors.WithStack(err)
}
case string:
if err := clients.Primary.HSet(c, key, args).Err(); err != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think should be if err := clients.Primary.HSet(c, key, args...).Err(); err != nil {

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.

None yet

5 participants