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

[#33542] Redis Cache Storage #3397

Closed
wants to merge 5 commits into from
Closed

[#33542] Redis Cache Storage #3397

wants to merge 5 commits into from

Conversation

andrewnester
Copy link


$server = array();
$server['host'] = $config->get('redis_server_host', 'localhost');
$server['port'] = $config->get('redis_server_port', 6379);
Copy link
Contributor

Choose a reason for hiding this comment

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

add

  •  $server['auth'] = $config->get('redis_server_auth',  NULL);
    

for Redis cache with authorization

@hans2103
Copy link
Contributor

Created a new pull request #3615 since this PR is not complete and even have some obsolete files about memcache.

@andrewnester andrewnester changed the title Redis Cache Storage [#33542] Redis Cache Storage Aug 21, 2014
@brianteeman
Copy link
Contributor

closed in favour of #3615 which has been applied

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.

None yet

5 participants