Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Add a batch of messages at once #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

timuradilev
Copy link

No description provided.

}

for ($attemptNo = 0; $attemptNo < $retryLimit; ++$attemptNo) {
$this->client->watch(...$keys);
Copy link
Member

Choose a reason for hiding this comment

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

А эта конструкция точно нужна?
И тот же самый вопрос касательно multi.

Хочется не гонять лишние команды до удаленного редиса в цикле, если это возможно.

У нас скрипт выполняется всегда в один поток. Для приличия можно добавить лок один раз при старте, на время жизни скрипта.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants