Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#B-08892] Redis Cluster adapter implementation #1

Merged
merged 3 commits into from
Jan 4, 2018

Conversation

tsompos
Copy link

@tsompos tsompos commented Apr 26, 2017

No description provided.

/**
* Redis object
*
* @var mixed redis object

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@var RedisCluster|null

public function getIdsMatchingTags($tags = [])
{
$this->_log(self::METHOD_UNSUPPORTED_BY_REDIS_BACKEND);
return array();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[]

}
}
return $return;
}
Copy link

@vaionicle vaionicle May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if conditions without { }

parent::tearDown();
$this->_instance = null;
// We have to wait after a memcached flush
// sleep(1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

{
/**
*
* @var TP24_Cache_Backend_Rediscluster

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TP24_Cache_Backend_Rediscluster ??

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dgiotas dgiotas force-pushed the mb/redisClusterAdapter branch 2 times, most recently from b0421a7 to 8a71495 Compare May 8, 2017 08:40
@dgiotas dgiotas force-pushed the mb/redisClusterAdapter branch from 8a71495 to cc6dbe4 Compare May 8, 2017 10:09
*
*
* @param string $id
* @return integer or boolean
Copy link

@ngiallelis ngiallelis May 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @vaionicle you missed this one in your review: @return integer|false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @ngiallelis my man, I left something back for you, just to remind you the goodDays

@vaionicle vaionicle merged commit 586af8d into tripsta-1.12.9 Jan 4, 2018
@vaionicle vaionicle deleted the mb/redisClusterAdapter branch January 4, 2018 14:01
antonis179 pushed a commit that referenced this pull request Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants