Orleans.Redis
Orleans.Redis copied to clipboard
Redis support packages for Orleans
I try to deploy Silo client and silo server on Docker via docker-compose, but I get error that silo client cannot connect to other container on port 30000. I set...
If there are two types of persistence in the same Grain, an error will be reported. Can you concatenate the field name into the Key? This can solve many problems
`AddRedisGrainStorage` exception: ``` System.TypeLoadException: 'Could not load type 'Orleans.Runtime.KeyedServiceExtensions' from assembly 'Orleans.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'.' ```
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...
- Updated SDK to NET8 - Updated dependencies - Changed missing AddSingletonNamedService() calls to AddGrainStorage() which internally uses new NET8 keyed service
Hi looks like U are not supporting multiple states inside grains. Like: [PersistentState("RealtimeInteractions", OrleansConstants.SessionServicePersistenceStoreName)] IPersistentState interactions;
I have aspnet core web api project, so I wanted to use Redis provider for clustering and storage. Program.cs was like this ```cs int db = 2; string redisConnStr =...
@ReubenBond, hello. I've updated packages i.e. StackExchange.Redis in order to get Sentinel connection string support. Please approve 👉👈
Right now, the repository has only 2 types of serializers. They both are hardcoded, which makes it impossible to use custom serializers. I am attaching a proposal on how to...
The new preview for Orleans is available. It would be great to get a compatible Redis package