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 ...@@ -34,7 +34,7 @@ class Redis extends Store
array( array(
'scheme' => 'tcp', 'scheme' => 'tcp',
'host' => $host, 'host' => $host,
'post' => $port, 'port' => $port,
), ),
array( array(
'prefix' => $prefix, 'prefix' => $prefix,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment