Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class RedisProviderConfiguration

    Represents the configuration settings for the Redis cache provider.

    Inheritance
    object
    RedisProviderConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.AWS.Caching
    Assembly: Innovt.Cloud.AWS.Caching.dll
    Syntax
    public class RedisProviderConfiguration

    Properties

    | Edit this page View Source

    ConnectTimeout

    Gets or sets the maximum time (in milliseconds) to wait for a connection to the Redis server.

    Declaration
    public int? ConnectTimeout { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    PoolTimeOutInSeconds

    Gets or sets the maximum time (in seconds) that a client is allowed to wait to acquire a connection from the pool.

    Declaration
    public int PoolTimeOutInSeconds { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ReadOnlyHosts

    Gets or sets the list of Redis hosts that support only read operations.

    Declaration
    public IEnumerable<string> ReadOnlyHosts { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    ReadWriteHosts

    Gets or sets the list of Redis hosts that support both read and write operations.

    Declaration
    public IEnumerable<string> ReadWriteHosts { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX