Transit from UNSTABLE to BETA.

This commit is contained in:
Daniele Alessandri
2011-03-07 11:23:26 +01:00
parent 14d4492ad6
commit 9b17352d9c
2 changed files with 10 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
*** PLEASE READ ***
The library code in this branch is the result of a major rewrite of Predis 0.6
and is considered of BETA quality, which means that there should not be any
known outstanding bug and that the internal API is almost finalized and fixed
(but it could still be subject to slight changes if needed).
Feedback is obviously appreciated and even if things should just work, use it
at your own risk! If you need to use Predis in a production environment please
use a tagged release or checkout the version-0.6 branch from the repository.
-11
View File
@@ -1,11 +0,0 @@
*** ATTENTION ***
The library code in this branch is currently undergoing a major rewrite and it
is marked as UNOPTIMIZED, HIGHLY UNSTABLE and will most likely FAIL from time
to time. The internal API is still subject to frequent changes since its
design has not been fully finalized yet.
Feedback is obviously appreciated, but use it at your own risk!
If you need to use Predis in a production environment please use a tagged
release or checkout the version-0.6 branch from the Git repository.