My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

News 2011-04-10 This project will be continued again.

What is ReAdmin?

Redis Admin, or ReAdmin, is a open source web interface to the Administration of Redis. ReAdmin is fully written in PHP using Redis, of course.

What is Redis?

Redis is a persistent key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.

Version 0.0.7 Test

INCR, DECR, INCR BY and DECR BY. Code Optimization.

Simple configuration

Just configure the config.php file and set the config variables.

Contact

If you are using ReAdmin, please tell me. Searle Oliveira <contato@searle.com.br>

Do not complain, help us. Thanks!

Powered by Google Project Hosting