Skip to content

Commit d7bd59d

Browse files
committed
add caches to be covered later
1 parent c0696df commit d7bd59d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,17 @@ var strlen = memoize.NewWithCache(
124124
)
125125
```
126126

127+
### To be implemented
128+
129+
* https://github.com/dgraph-io/ristretto
130+
* https://github.com/bradfitz/gomemcache
131+
* https://github.com/redis/go-redis
132+
* https://github.com/redis/rueidis
133+
* https://github.com/coocood/freecache
134+
* https://pegasus.apache.org/
135+
* https://github.com/hazelcast/hazelcast-go-client
136+
* https://github.com/allegro/bigcache
137+
127138
## Brenchmarks
128139

129140
Each struct is tested with two benchmarks:

0 commit comments

Comments
 (0)