From 158b9d07f3540d5aa867c1f11654257ba52d0773 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 5 Oct 2019 16:57:35 -0400 Subject: [PATCH] Add URIs for Memory and LRU to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74875c2..74def2e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Example Cache URIs: ``` redis://server:port?db=0&password=test memcache://server1:11211,server2:11211 +memory:// +lru://?size=128 ``` Code