1112131415161718
command.execute(); } public void subscribe(int id, JedisPubSub callback, String channels){ Subscribe command = new Subscribe(id, callback, channels); command.execute(); } }