NewsFast Caching with Redis and PHP

Fast Caching with Redis and PHP

Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

If you haven’t heard of Redis, you might want to check out Kevin van Zonnevald’s blog post detailing how to install the memcached-like caching server, and how to code with it.

You can use Redis as a database, queue or a cache server. It stores its entire dataset in memory, so it’s “crazy fast,” van Zonnevald said.

But unlike memcached, the Redis dataset is not volatile.

His article is “meant to help PHP developers taking their first steps into the Redis world.”

van Zonnevald also recommends that you follow @antirez on Twitter because VMware is allowing him to work fulltime on Redis.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories