ConnectionMultiplexer
ClientName
Configuration
Factory
IncludeDetailInExceptions
IncludePerformanceCountersInExceptions
IsConnected
OperationCount
PreserveAsyncOrder
StormLogThreshold
TimeoutMilliseconds
BeginProfiling(Object)
Close(Boolean)
CloseAsync(Boolean)
Configure(TextWriter)
ConfigureAsync(TextWriter)
Connect(ConfigurationOptions, TextWriter)
Connect(String, TextWriter)
ConnectAsync(ConfigurationOptions, TextWriter)
ConnectAsync(String, TextWriter)
Dispose()
ExportConfiguration(Stream, ExportOptions)
FinishProfiling(Object, Boolean)
GetCounters()
GetDatabase(Int32, Object)
GetEndPoints(Boolean)
GetServer(EndPoint, Object)
GetServer(IPAddress, Int32)
GetServer(String, Object)
GetServer(String, Int32, Object)
GetStatus()
GetStatus(TextWriter)
GetStormLog()
GetSubscriber(Object)
HashSlot(RedisKey)
PublishReconfigure(CommandFlags)
PublishReconfigureAsync(CommandFlags)
RegisterProfiler(IProfiler)
ResetStormLog()
ToString()
Wait(Task)
Wait<T>(Task<T>)
WaitAll(Task[])
ConfigurationChanged
ConfigurationChangedBroadcast
ConnectionFailed
ConnectionRestored
ErrorMessage
HashSlotMoved
InternalError
netcoreapp2.0
namespace StackExchange.Redis
{
public sealed class ConnectionMultiplexer : IConnectionMultiplexer, IDisposable
{
[AsyncStateMachine(typeof(<ConnectAsync>d__73))]
public static Task<ConnectionMultiplexer> ConnectAsync(ConfigurationOptions configuration, TextWriter log = null);
}
}
nuget.org | 0.1 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.0 | |
Assembly | StackExchange.Redis.StrongName , Version=1.2.4.0, PublicKeyToken=c219ff1ca8c2ce46 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API