We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69f79d commit e3ffe29Copy full SHA for e3ffe29
README.markdown
@@ -17,8 +17,12 @@ $redisCache = Zend_Cache::factory(
17
'host' => '127.0.0.1',
18
'port' => 6379,
19
'dbindex' => 1,
20
+ // 'persistent' => false, // not a persistent connection
21
),
22
23
+ // 'key_prefix' => 'my_app', // if desire to add a prefix to all cache keys
24
+ // 'auth' => true, // enable authentication
25
+ // 'password' => 'mypwd000000', // password to authenticate on redis server
26
))
27
);
28
</pre>
0 commit comments