mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding Orchard.Redis module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using StackExchange.Redis;
|
||||
|
||||
namespace Orchard.Redis.Configuration {
|
||||
public interface IRedisConnectionProvider : ISingletonDependency {
|
||||
|
||||
ConnectionMultiplexer GetConnection(string connectionString);
|
||||
|
||||
string GetConnectionString(string service);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user