-
-
Notifications
You must be signed in to change notification settings - Fork 185
added support for predis #276
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
Conversation
Hi, in branch |
Great work, LGTM 🎉 |
Co-authored-by: Alexander Makarov <[email protected]>
Co-authored-by: Alexander Makarov <[email protected]>
Co-authored-by: Alexander Makarov <[email protected]>
Co-authored-by: Alexander Makarov <[email protected]>
Co-authored-by: Alexander Makarov <[email protected]>
Thank you! |
…s\Cache::$forceClusterMode to false, implemented yii\redis\ConnectionInterface in yii\redis\Connection
@samdark are you going to introduce this one feature in 2.0 branch? If so, could you please release new verson tag? |
It's already in the master, the release will be done soon. |
Добавлен класс PredisConnection, использующий Predis\Client.
Совместим с компонентами redis, cache, session, ActiveRecord, mutex.
Работает в режиме standalone и sentinel.