Skip to content

Commit 16e296d

Browse files
committed
remove unnecessary comments
1 parent 369f5f6 commit 16e296d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/redis.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,12 +2000,6 @@ def punsubscribe(*channels)
20002000
end
20012001
end
20022002

2003-
# redis.pubsub(:channels, '*')
2004-
# # => ['channel-1', 'channel-2']
2005-
# redis.pubsub(:numsub, 'channel-1', 'channel-2')
2006-
# # => ['channel-1', 23, 'channel-2', 11]
2007-
# redis.pubsub(:numpat)
2008-
# # => 3
20092003
# Inspect the state of the Pub/Sub subsystem.
20102004
# Possible subcommands: channels, numsub, numpat.
20112005
def pubsub(subcommand, *args)

0 commit comments

Comments
 (0)