Exemplo n.º 1
0
 public NewRedisClient20()
 {
     _other         = new NewRedisClient161();
     _taskBuffer    = new SingleLinks2 <bool>();
     _head          = _taskBuffer.Head;
     _protocalStart = (byte)43;
 }
Exemplo n.º 2
0
 public NewRedisClient19()
 {
     _memeory       = new MemoryStream(BackupBufferLength);
     _taskBuffer    = new SingleLinks2 <bool>();
     _tempBuffer    = new SingleLinks2 <bool>();
     _head          = _taskBuffer.Head;
     _protocalStart = (byte)43;
 }
Exemplo n.º 3
0
 public SingleLinks2()
 {
     Head = new SingleLinkNode2 <T>(default);