|
@@ -11,8 +11,12 @@ using System.Text;
|
|
|
|
|
|
namespace OASystem.Infrastructure.Tools
|
|
|
{
|
|
|
+ public class RedisHelper {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
- public class RedisHelper : IDisposable
|
|
|
+ public class RedisHelper1 : IDisposable
|
|
|
{
|
|
|
|
|
|
private string _connectionString;
|
|
@@ -22,7 +26,7 @@ namespace OASystem.Infrastructure.Tools
|
|
|
private int _defaultDB;
|
|
|
|
|
|
private ConcurrentDictionary<string, ConnectionMultiplexer> _connections;
|
|
|
- public RedisHelper(string connectionString, string instanceName, int defaultDB = 0)
|
|
|
+ public RedisHelper1(string connectionString, string instanceName, int defaultDB = 0)
|
|
|
{
|
|
|
_connectionString = connectionString;
|
|
|
_instanceName = instanceName;
|