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