コード例 #1
0
ファイル: TestRedisServer.php プロジェクト: jamm/memory
 public function test_hIncrBy()
 {
     $this->assertEquals('hincrby key field 50', $this->redis->hIncrBy('key', 'field', 50));
 }