ssubscribe abstract method

Subscription ssubscribe(
  1. List<String> channels
)

Subscribes the client to the specified channels using Sharded Pub/Sub.

Returns a Subscription object (same interface as standard subscribe). Note: In Cluster mode, this manages multiple connections to different shards transparently.

Implementation

Subscription ssubscribe(List<String> channels);