コード例 #1
0
 public BLOCK(Count count, MillisecondsTimeout blockTimeout, params (Key Key, Offset Offset)[] streams)
コード例 #2
0
ファイル: XREVRANGE.cs プロジェクト: pepelev/Rediska
 public XREVRANGE(Key key, Interval interval, Count count)
 {
     this.key      = key;
     this.interval = interval;
     this.count    = count;
 }