Skip to content
Snippets Groups Projects
Commit af84ac51 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #698 from mschwager/master

Correct Redis store port argument string
parents ccab5ff2 b9884727
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class Redis extends Store
array(
'scheme' => 'tcp',
'host' => $host,
'post' => $port,
'port' => $port,
),
array(
'prefix' => $prefix,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment