[Configuration API] Unable to subscribe to Redis hash type
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 6
Description
## 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
1. Environment:
dotnet version: 7.0
dapr version: 1.11.0
2. PREPARE DATA:


3. Coding:

4. Manually modifying data:
Examples of failure(hash type):


Successful examples (string type):


## Release Note
RELEASE NOTE:
Contributor guide
Research direction
Start by reproducing the Configuration API subscription with Redis hash data in the listed .NET 7 and Dapr 1.11 environment, then compare the failing hash behavior with the successful string case. Done means that modifying Redis hash data triggers the subscription callback as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, redis
- Domain
- api, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100