diff --git a/config-templates/config.php b/config-templates/config.php index 9b69ee3ac74ef811277a80afaece4844dace97d7..d9aa0f47d8e9fb5bd0ea047a54857897c3130c25 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -1011,5 +1011,5 @@ $config = array( /* * The prefix we should use on our Redis datastore. */ - 'store.redis.prefix' => 'simpleSAMLphp', + 'store.redis.prefix' => 'SimpleSAMLphp', ); diff --git a/lib/SimpleSAML/Store/Redis.php b/lib/SimpleSAML/Store/Redis.php index 579724b9561295c4a8fbb0a8c62babe68938abf1..af1b94c8baa685b590e186ee3abe846f47e12048 100644 --- a/lib/SimpleSAML/Store/Redis.php +++ b/lib/SimpleSAML/Store/Redis.php @@ -24,7 +24,7 @@ class Redis extends Store $host = $config->getString('store.redis.host', 'localhost'); $port = $config->getInteger('store.redis.port', 6379); - $prefix = $config->getString('store.redis.prefix', 'simpleSAMLphp'); + $prefix = $config->getString('store.redis.prefix', 'SimpleSAMLphp'); $redis = new \Predis\Client( array(