You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,4 +180,4 @@ For example, if we are using the `apc` driver, which does not offer its own `get
180
180
181
181
Now if we are using the `memcached` driver, which does have its own `getMulti` method, then that method will be called once and the data returned.
182
182
183
-
Currently the `MemcachedStore`, `DatabaseStore` and the `ArrayStore` are the only ones to offer their own `Multi` methods. **More to come soon...**
183
+
Currently the `MemcachedStore`, `DatabaseStore`, `RedisStore` and the `ArrayStore` are the only ones to offer their own `Multi` methods. **More to come soon...**
0 commit comments