NewsFast Caching with Redis and PHP

Fast Caching with Redis and PHP

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
This email address is invalid.
Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends & analysis
This email address is invalid.

Latest Posts

Related Stories