sasa1977 / con_cache

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

make it compile on modern elixir #3

Closed d0rc closed 10 years ago

d0rc commented 10 years ago

Not sure if that's ok, but that's what has to be done to compile con_cache on modern elixir (today's master (0.11.3-dev))

sasa1977 commented 10 years ago

Hi,

Thank you again for turning my attention to this problem. I analyzed the code, and made some bigger changes, as well as extended and refactored tests. Library should now work on Elixir master. Let me know if you experience additional problems.

Sasa