mirror of
https://github.com/predis/predis.git
synced 2026-08-29 11:41:29 +00:00
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
* 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
|