Skip to content

Commit 96d8fae

Browse files
committed
MongoDB Example
1 parent e8dd3fa commit 96d8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
try {
1818

1919
$cacheFactory = new CacheFactory;
20-
$cache = $cacheFactory->getInstance('Memcached', [
20+
$cache = $cacheFactory->getInstance('MongoDB', [
2121
'host' => 'localhost',
2222
'port' => '27017',
2323
'persistence' => true

0 commit comments

Comments
 (0)