@Override
 protected void doUnsubscribe(String eventName) {
   for (RedisConnection conn : connections) {
     conn.unsubscribe(eventName);
   }
 }