Skip to content

Commit

Permalink
update README with host, port and password calling info
Browse files Browse the repository at this point in the history
  • Loading branch information
vessenes committed Oct 4, 2011
1 parent ab020ae commit 7550cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Usage

>>> from redislog import handlers, logger
>>> l = logger.RedisLogger('my.logger')
>>> l.addHandler(handlers.RedisHandler.to("my:channel"))
>>> l.addHandler(handlers.RedisHandler.to("my:channel", host='localhost', port=6379, password='foobie'))
>>> l.info("I like pie")
>>> l.error("Trousers!", exc_info=True)

Expand Down

0 comments on commit 7550cdd

Please sign in to comment.