Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
justinmares
on July 29, 2013
|
parent
|
context
|
favorite
| on:
Groupcache: an alternative to memcached, written i...
It'd be interesting to compare this alternative to other solutions like Redis.
Has anyone used both/either?
willvarfar
on July 29, 2013
|
next
[–]
Redis is a data store and is limited by RAM. Groupcache is a distributed cache. They are not comparable?
joeblau
on July 29, 2013
|
prev
[–]
If I were to speculate, I would say that Redis is probably faster.
throwit1979
on July 29, 2013
|
parent
[–]
TIL that waiting for a network roundtrip is faster than accessing an in-process hash map directly.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Has anyone used both/either?