-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Configuration API] Unable to subscribe to Redis hash type #1117
Comments
Is this a bug? Or maybe there's a problem with my usage. Can you provide me with some help? |
@codding-y - This could also be an issue in the Redis component itself. If you're not seeing the event trigger in your code for this data type, but are for others, I'd recommend asking about it in components contrib, as it's likely an issue with the underlying implementation there. |
This issue is in the component implementation itself. Not with the sdk. Please see the linked issue in components-contrib for details. |
Expected Behavior
Subscribe to Redis hash type data changes
Actual Behavior
The data has changed, but the subscription did not trigger.
Steps to Reproduce the Problem
Environment:
dotnet version: 7.0
dapr version: 1.11.0
PREPARE DATA:
Coding:
Manually modifying data:
Examples of failure(hash type):
Successful examples (string type):
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: