Skip to content

Commit 6f9533f

Browse files
author
Nicolas Favre-Felix
committed
Changed the README.
1 parent 3bb7c3b commit 6f9533f

File tree

3 files changed

+20
-32
lines changed

3 files changed

+20
-32
lines changed

README

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.markdown

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
PhpRedis
22
=============
3+
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.
4+
5+
It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
6+
7+
This code is maintained by [Owlient](http://owlient.eu/).
8+
You can send comments, patches here on github or by email to:
9+
10+
311

412

513
Installing/Configuring
614
======================
715

8-
Functions
16+
<pre>
17+
phpize
18+
./configure
19+
make && make install
20+
</pre>
21+
22+
You can generate a debian package for PHP5, accessible from Apache 2 by running `./mkdeb-apache2.sh`.
23+
24+
This extension exports a single class, `Redis`.
25+
26+
Methods
927
=========
1028

1129

tests/executeTests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)