Skip to content
Snippets Groups Projects
Unverified Commit b9884727 authored by Matt Schwager's avatar Matt Schwager
Browse files

Correct Redis store port argument string

parent ccab5ff2
Branches
Tags
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.
Please register or to comment