Skip to content

Instantly share code, notes, and snippets.

View DevEnable's full-sized avatar

Stephen Kennedy DevEnable

View GitHub Profile
private ConnectionMultiplexer _connection;
void Main()
{
_connection = ConnectionMultiplexer.Connect("localhost");
var data = GetSessionData(GetKeys());
data.Dump("Session State");
}