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

Orleans.Persistence.Redis storage provider doesn't respect RecordExists property #45

Open
dmitryzarubin opened this issue Jan 20, 2024 · 0 comments

Comments

@dmitryzarubin
Copy link

Hello.

https://github.com/OrleansContrib/Orleans.Redis/blob/main/src/Orleans.Persistence.Redis/Storage/RedisGrainStorage.cs

The IGrainState interface has the RecordExists property, but the property isn't set in any part of RedisGrainStorage's code (read, write, or clear methods). And if I try to use the RecordExists property in grain logic, I'll get the wrong information about the existence of a grain in persistent storage.

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

No branches or pull requests

1 participant