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

test_RPop() public method

public test_RPop ( )
    public function test_RPop()
    {
        $this->assertEquals('rpop k', $this->redis->RPop('k'));
    }
TestRedisServer