sasa1977 / con_cache

ets based key/value cache with row level isolated writes and ttl support
MIT License
910 stars 71 forks source link

upgrade to Elixir 0.14.3 and ExActor 0.5.0 #4

Closed volgar1x closed 10 years ago

sasa1977 commented 10 years ago

Thank you for the pull. Just a heads up that I'm currently on vacation and won't be able to merge this before next weekend. Sorry for this inconvenience.

-------- Original message -------- From: Antoine Chauvin notifications@github.com Date:20/07/2014 05:23 (GMT+01:00) To: sasa1977/con_cache con_cache@noreply.github.com Subject: [con_cache] upgrade to Elixir 0.14.3 and ExActor 0.5.0 (#4)

You can merge this Pull Request by running

git pull https://github.com/Blackrush/con_cache master Or view, comment on, or merge it at:

  https://github.com/sasa1977/con_cache/pull/4

Commit Summary

upgrade to Elixir 0.14.3 and ExActor 0.5.0 File Changes

M lib/key_balancer.ex (4) M mix.exs (6) M mix.lock (2) Patch Links:

https://github.com/sasa1977/con_cache/pull/4.patch https://github.com/sasa1977/con_cache/pull/4.diff — Reply to this email directly or view it on GitHub.

volgar1x commented 10 years ago

Okay, no problem ! Have good holidays :smiley:

sasa1977 commented 10 years ago

I've merged your changes with a couple of small tweaks. I've used List.to_tuple/1 and Tuple.to_list/1 instead of Erlang functions. I've also published the package to hex. Thanks again for this pull!