Cream: a memcached client for connecting to "clusters" of memcached servers, compatible with Ruby's Dalli

It uses the same consistent hashing algorithm as Ruby’s dalli (and older memcache-client) gem, so it should be compatible to use alongside your Ruby projects.

Other notable features are:

  • fetch with anonymous function
  • multi set, multi get
  • efficient multi fetch
  • built-in worker pooling
  • complete supervision trees

The README is pretty complete.

It uses memcachex and poolboy under the hood.

3 Likes

Thank you! It is definitely another good point for selling elixir to team leader.