Beispiel #1
0
 public GetCommand(KeyValueStore store)
 {
     this.store = store;
 }
Beispiel #2
0
 public IncByCommand(KeyValueStore store)
 {
     this.store = store;
 }
Beispiel #3
0
 public StrlenCommand(KeyValueStore store)
 {
     this.store = store;
 }
Beispiel #4
0
 public DecrByCommand(KeyValueStore store)
 {
     this.store = store;
 }
Beispiel #5
0
 public AppendCommand(KeyValueStore store)
 {
     this.store = store;
 }