mirror of
https://github.com/predis/predis.git
synced 2026-08-24 09:19:39 +00:00
20 lines
717 B
Plaintext
20 lines
717 B
Plaintext
* Update the CHANGELOG before releasing v0.7.0 (it is completely out of sync).
|
|
|
|
* Implement a client option to let users specify a prefix for keys, or a custom
|
|
strategy used for key prefixing.
|
|
|
|
* Implement smart and transparent support for redis-cluster.
|
|
|
|
* The internals of Predis\MultiExecContext should be refactored since the code
|
|
has become a bit too convoluted.
|
|
|
|
* Switch to smaller test units and add more granular tests that try to cover
|
|
every single class.
|
|
|
|
* Documentation! The README is obviously not enought to show how to use Predis
|
|
as it does not cover all of its features.
|
|
|
|
* Missing tests for commands:
|
|
PUBLISH, SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, DEBUG, OBJECT,
|
|
CLIENT
|