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

PHPMaster.com: Pagination with CodeIgniter

WaxJelly Blog: How to write a custom Smarty function in PHP

PHPBuilder.com: Top 10 phpMyAdmin Tips and Tricks You May Not Know

Knp Labs: Deploy Your Symfony Application Painlessly with Capifony

MaltBlue.com: Zend Framework 2 ServiceManager - Web Application Development Simplified


Community Events











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


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

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