Progress® Telerik® Reporting R1 2021
RedisStorage Constructor (ConnectionMultiplexer, String, Int32)
Note: This API is now obsolete.
Initializes a new instance of the RedisStorage class.
Namespace:
Telerik.Reporting.Cache.StackExchangeRedisAssembly: Telerik.Reporting.Cache.StackExchangeRedis (in Telerik.Reporting.Cache.StackExchangeRedis.dll)
Syntax
[ObsoleteAttribute("This constructor is now obsolete. Instantiate a ConnectionMultiplexer using a ConfigurationOptions with defaultDatabase key set.")] public RedisStorage( ConnectionMultiplexer connection, string keysPrefix, int databaseNumber )
Parameters
- connection
- Type: ConnectionMultiplexer
An object hiding the Redis connection details. Should be reused (static/ shared) for each request. - keysPrefix
- Type: SystemString
String prefix that should be applied on each key stored in the Redis database. This allows shared usage of one Redis database. - databaseNumber
- Type: SystemInt32
Determines the number of the database that should be used.
Version Information
Obsolete (compiler warning) in 1.0.1