Skip to content

Commit 15aea3e

Browse files
committed
Change capitalization
1 parent 6ebeaac commit 15aea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def self.current=(redis)
2929
# Create a new client instance
3030
#
3131
# @param [Hash] options
32-
# @option options [String] :url (value of the environment variable REDIS_URL) a Redis url, for a TCP connection: `redis://:[password]@[hostname]:[port]/[db]` (password, port and database are optional), for a unix socket connection: `unix://[path to Redis socket]`. This overrides all other options.
32+
# @option options [String] :url (value of the environment variable REDIS_URL) a Redis URL, for a TCP connection: `redis://:[password]@[hostname]:[port]/[db]` (password, port and database are optional), for a unix socket connection: `unix://[path to Redis socket]`. This overrides all other options.
3333
# @option options [String] :host ("127.0.0.1") server hostname
3434
# @option options [Fixnum] :port (6379) server port
3535
# @option options [String] :path path to server socket (overrides host and port)

0 commit comments

Comments
 (0)