-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
/** | ||
* Redis object | ||
* | ||
* @var mixed redis object |
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[]
} | ||
} | ||
return $return; | ||
} |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TP24_Cache_Backend_Rediscluster ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
b0421a7
to
8a71495
Compare
8a71495
to
cc6dbe4
Compare
* | ||
* | ||
* @param string $id | ||
* @return integer or boolean |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
No description provided.