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

test_RPopLPush() public method

public test_RPopLPush ( )
    public function test_RPopLPush()
    {
        $this->assertEquals('rpoplpush s d', $this->redis->RPopLPush('s', 'd'));
    }
TestRedisServer