Skip to content

Commit

Permalink
Changed the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Favre-Felix committed Nov 24, 2009
1 parent 3bb7c3b commit 6f9533f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
29 changes: 0 additions & 29 deletions README

This file was deleted.

20 changes: 19 additions & 1 deletion README.markdown
@@ -1,11 +1,29 @@
PhpRedis
=============
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems.

It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.

This code is maintained by [Owlient](http://owlient.eu/).
You can send comments, patches here on github or by email to:
* n.bouafif@owlient.eu
* n.favre-felix@owlient.eu


Installing/Configuring
======================

Functions
<pre>
phpize
./configure
make && make install
</pre>

You can generate a debian package for PHP5, accessible from Apache 2 by running `./mkdeb-apache2.sh`.

This extension exports a single class, `Redis`.

Methods
=========


Expand Down
3 changes: 1 addition & 2 deletions tests/executeTests.sh
@@ -1,4 +1,3 @@
#!/bin/sh

#hpunit --repeat 5 -d include_path=classes:/usr/share/php Redis_Test ./TestRedis.php
phpunit --repeat 1 Redis_Test ./TestRedis.php
phpunit --repeat 1 Redis_Test ./TestRedis.php

0 comments on commit 6f9533f

Please sign in to comment.