News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Add NoSQL Data Storage to Your PHP Development with Redis
April 29, 2010 @ 08:45:36

On PHPBuilder.com today there's a new tutorial that helps you integrate a tool from the the NoSQL movement - Redis - into your application. This tutorial shows you how to add this powerful, fast database as a general content store for your application.

NoSQL is all the rage for Web developers who are tired of building complex SQL. Redis, a NoSQL database server much like Cassandra or MongoDB, provides a powerful and speedy alternative to relational database servers for PHP developers. Redis is similar to Memcached in terms of speed, but the data isn't volatile. That means that when your server reboots, your Redis data will still be there. You can back it up too.

Installing the server for Redis is easy (if you use a package management system) and getting up and running with PHP is as easy as using one of the PHP connection libraries out there like Rediska. In his example he shows one of the most basic operations - storing string values, appending to them and pulling them back out based on their unique key.

0 comments voice your opinion now!
tutorial redis nosql data storage


blog comments powered by Disqus

Similar Posts

Evan Sims' Blog: Web APIs by Example, Part I: Twitter

Christian Wenz's Blog: Installing PHP on Windows 7

Padraic Brady's Blog: ZF Blog App - Part 4: Design with Blueprint CSS & Zend_Layout

PHPEasy.co.uk: Design Patterns - The Singleton Pattern

DZone.com: Date and time in PHP 5


Community Events









Don't see your event here?
Let us know!


composer language tool release opinion community functional example development event object api framework testing introduction zendframework2 unittest code podcast interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework