Skip to content

Commit

Permalink
fix pu/sub example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Zygmuntowicz committed Apr 3, 2010
1 parent 93cc1ff commit f9daea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pubsub.rb
Expand Up @@ -2,9 +2,9 @@
require 'redis'

puts "To play with this example use redis-cli from another terminal, like this:"
puts " ./redis-cli publish a hello"
puts " ./redis-cli publish one hello"
puts "Finally force the example to exit sending the 'exit' message with"
puts " ./redis-cli publish b exit"
puts " ./redis-cli publish two exit"
puts ""

@redis = Redis.new(:timeout => 0)
Expand Down

0 comments on commit f9daea5

Please sign in to comment.