Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    Show / Hide Table of Contents

    Class RedisMutationRequestStoreOptions

    Configuration for Redis-backed governance request storage.

    Inheritance
    object
    RedisMutationRequestStoreOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ModularityKit.Mutator.Governance.Redis.Configuration
    Assembly: ModularityKit.Mutator.Governance.Redis.dll
    Syntax
    public sealed class RedisMutationRequestStoreOptions

    Properties

    | Edit this page View Source

    KeyPrefix

    Key prefix used by the provider.

    Declaration
    public string KeyPrefix { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top