Jamm\Memory\Tests\TestRedisServer::test_Set PHP Method

test_Set() public method

public test_Set ( )
    public function test_Set()
    {
        $this->assertEquals('set k v', $this->redis->set('k', 'v'));
    }
TestRedisServer