Skip to content

[5.8] Add parameter password for RedisCluster construct function - #28434

Merged
taylorotwell merged 1 commit into
laravel:5.8from
springleng:5.8
May 7, 2019
Merged

[5.8] Add parameter password for RedisCluster construct function#28434
taylorotwell merged 1 commit into
laravel:5.8from
springleng:5.8

Conversation

@springleng

Copy link
Copy Markdown
Contributor

https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#readme

// Connect with cluster using password.
$obj_cluster = new RedisCluster(NULL, Array("host:7000", "host:7001"), 1.5, 1.5, true, "password");

https://github.com/phpredis/phpredis/blob/develop/cluster.markdown#readme

// Connect with cluster using password.
$obj_cluster = new RedisCluster(NULL, Array("host:7000", "host:7001"), 1.5, 1.5, true, "password");
@driesvints driesvints changed the title add parameter password for RedisCluster construct function [5.8] Add parameter password for RedisCluster construct function May 7, 2019
@taylorotwell
taylorotwell merged commit 3808535 into laravel:5.8 May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants