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

test_BRPopLPush() public method

public test_BRPopLPush ( )
    public function test_BRPopLPush()
    {
        $this->assertEquals('brpoplpush source destination 50', $this->redis->BRPopLPush('source', 'destination', 50));
    }
TestRedisServer