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