Hacker News new | past | comments | ask | show | jobs | submit login
Redis API Caching: a simple use case (mikamai.com)
33 points by intinig on March 31, 2014 | hide | past | favorite | 3 comments



Looks nice, did you consider the following approach?

client = Lol::Client.new "my_api_key", "euw", {cache_store: Lol::CacheStores::Redis.new(server: "redis://localhost:6379", ttl: 900)}


I prefer to hide the CacheStore selection in the Client class and have it recognize the type of url you're passing.

What do you think of this approach?





Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: