yiisoft / yii2-redis

Yii 2 Redis extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
451 stars 184 forks source link

Update tests for redis connection, fix reconnect bug #241

Closed ilyaplot closed 2 years ago

ilyaplot commented 2 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues #176

en: When trying to reconnect, the executeCommand method runs theopen method without retrying. The method may fail until retries are complete.

ru: В процессе реконнекта, метод executeCommand вызывает метод open. Если произошла ошибка сокета при выполнении AUTH или SELECT в этот момент, все попытки переподключения не будут выполнены.