Class RedisOptions
Represents all key-value redis related output serialization options
including formats, encodings, delimiters and performance metrics.
Inherited Members
Namespace: Mars.Interfaces.Model.Options
Assembly: Mars.Interfaces.dll
Syntax
public class RedisOptions : AbstractEndpointOptions
Constructors
RedisOptions()
Declaration
public RedisOptions()
Properties
Encrypt
Gets or sets a flag, indicating whether the connection shall be encrypted.
Declaration
public bool Encrypt { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Serialization
Gets or sets the serialization format
Declaration
public SerializationType Serialization { get; set; }
Property Value
Type | Description |
---|---|
SerializationType |