I am working Orleans samples here https://github.com/dodyg/practical-aspnetcore/tree/net6.0/projects/orleans that uses this AddRedisGrainStorage. The thing is I have to FLUSHALL in redis-cli between samples because serializations errors. How can I prevent this from happening? Is there any specific key or namespace I can add?
I am working Orleans samples here https://github.com/dodyg/practical-aspnetcore/tree/net6.0/projects/orleans that uses this AddRedisGrainStorage. The thing is I have to
FLUSHALLin redis-cli between samples because serializations errors. How can I prevent this from happening? Is there any specific key or namespace I can add?