Skip to content

RedisStorageOptions.GetStorageKey

GetStorageKey

getset
View source
public Func<string, GrainId, RedisKey>? GetStorageKey
Gets the Redis key for the provided grain type and grain identifier. If not set, the default implementation will be used, which is equivalent to {ServiceId}/state/{grainId}/{grainType}.