Method: Redis::Distributed#psubscribe

Defined in:
lib/redis/distributed.rb

#psubscribe(*channels, &block) ⇒ Object

Listen for messages published to channels matching the given patterns.

Raises:

  • (NotImplementedError)


913
914
915
# File 'lib/redis/distributed.rb', line 913

def psubscribe(*channels, &block)
  raise NotImplementedError
end