TODO 527 B

1234567891011121314
  1. * Documentation! The README is obviously not enought to show how to use
  2. Predis as it does not cover all of its features.
  3. * The included test suite covers almost all the Redis server commands, but a
  4. full battery of tests targeting specific functions of this library is still
  5. missing.
  6. * Better support for arguments such as WEIGHTS and AGGREGATE [MIN|MAX] for
  7. ZUNION and ZINTER.
  8. * Add a PubSubBlock class.
  9. * Missing tests for new commands:
  10. PubSub : PUBLISH, SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE