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

Improve PhpRedisConnector class: add auth option (username and passwo… #600

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lifinsky
Copy link

@lifinsky lifinsky commented Nov 9, 2020

PHPRedis 3.5 support auth as array ['username', 'password'] or ['user' => 'username', 'pass' => 'password'].

Because password property in RedisDb has type string, I added support for new option for Redis db connection option - "auth".

For example:

'redis-master' => [ 'class' => RedisDb::class, ... 'option' => ['auth' => ['user' => 'username', 'pass' => 'password']], ]

Swoole 4.5.8 change signature of Response::cookie() method: add priority argument

@inhere inhere added the enhancement New feature or request label Nov 10, 2020
lifinsky and others added 2 commits November 24, 2020 11:55
…Swoole 4.5.8.

Use swoole/ide-helper library because swoft/swoole-ide-helper is too old.
@XueSiLf
Copy link

XueSiLf commented Jul 15, 2021

您好 你这个和组件库冲突了 请重新提PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants