X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f778b61c0358ad2d0593be4040406a418ae46579..0858a1a0549861b7667f9d0bb3069bbbb5f53541:/lib/mem_cache.rb diff --git a/lib/mem_cache.rb b/lib/mem_cache.rb index 269b0c3d6..ddb842b53 100644 --- a/lib/mem_cache.rb +++ b/lib/mem_cache.rb @@ -6,7 +6,7 @@ class MemCache < Memcached::Rails @@connections = [] def initialize(options = {}) - options.reverse_merge! :binary_protocol => true, :namespace_separator => ":" + options.reverse_merge! :namespace_separator => ":" super(MEMCACHE_SERVERS, options)