mirror of
https://github.com/predis/predis.git
synced 2026-08-24 12:59:29 +00:00
021238f58b
* Added support for sharded pub/sub consumer * Removed query parameter * Fix typo * Codestyle fixes * Added support for sharded pub/sub against DispatcherLoop * Updated sharded consumer example to subscribe on differend shard channels * Added test coverage * Removed cluster condition for pub/sub * Codestyle fixes * Changed socket read interface, added parameters as dependency to cluster connection * Added for interface consistency * Updated method description * Updated method description * Removed redundant exception * Codestyle fix * Updated README * Mark tests as relay-incompatible * Mark tests as relay-incompatible * Mark tests as relay-incompatible * Moved sharded pub/sub functionality to new consumer * Codestyle fixes * Resolve context depends on connection type * Codestyle fixes