TODO 717 B

12345678910111213141516171819
  1. * Update the CHANGELOG before releasing v0.7.0 (it is completely out of sync).
  2. * Implement a client option to let users specify a prefix for keys, or a custom
  3. strategy used for key prefixing.
  4. * Implement smart and transparent support for redis-cluster.
  5. * The internals of Predis\MultiExecContext should be refactored since the code
  6. has become a bit too convoluted.
  7. * Switch to smaller test units and add more granular tests that try to cover
  8. every single class.
  9. * Documentation! The README is obviously not enought to show how to use Predis
  10. as it does not cover all of its features.
  11. * Missing tests for commands:
  12. PUBLISH, SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, DEBUG, OBJECT,
  13. CLIENT