Skip to content

Commit

Permalink
Fix :compress documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Oct 27, 2012
1 parent db0bcf0 commit 0a1ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dalli/client.rb
Expand Up @@ -20,7 +20,7 @@ class Client
# - :failover - if a server is down, look for and store values on another server in the ring. Default: true.
# - :threadsafe - ensure that only one thread is actively using a socket at a time. Default: true.
# - :expires_in - default TTL in seconds if you do not pass TTL as a parameter to an individual operation, defaults to 0 or forever
# - :compress - defaults to false, if true Dalli will compress values larger than 100 bytes before
# - :compress - defaults to false, if true Dalli will compress values larger than 1024 bytes before
# sending them to memcached.
#
def initialize(servers=nil, options={})
Expand Down

0 comments on commit 0a1ea39

Please sign in to comment.