lib/async/redis/client.rb in async-redis-0.5.1 vs lib/async/redis/client.rb in async-redis-0.5.2
- old
+ new
@@ -72,13 +72,9 @@
def close
@pool.close
end
- def publish(channel, message)
- call('PUBLISH', channel, message)
- end
-
def subscribe(*channels)
context = Context::Subscribe.new(@pool, channels)
return context unless block_given?