Class RedisDestination
A data flow destination for Redis. Regis is a key/value store. You can define a key column using either a KeyColumnAttribute on your object or assign a value to the KeyColumn property. If no key column is provided, a Guid is created and used as key. The stored value will contain your serialized object using Newtonsoft.Json and JsonConvert.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowBatchDestination<System.Dynamic.ExpandoObject>
RedisDestination<System.Dynamic.ExpandoObject>
RedisDestination
Implements
IDataFlowBatchDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Redis.dll
Syntax
public class RedisDestination : RedisDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowBatchDestination
Constructors
RedisDestination()
Declaration
public RedisDestination()
RedisDestination(Int32)
Declaration
public RedisDestination(int batchSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | batchSize |