Skip to content

Commit

Permalink
Merge pull request #109 from vincenting/master
Browse files Browse the repository at this point in the history
update to lasted version of dalli
  • Loading branch information
cypher committed Apr 3, 2015
2 parents c99f320 + b4603e8 commit 967ebaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions middleware/share_session_with_memcached.md
Expand Up @@ -29,9 +29,8 @@ See a full example configuring the memcache server and the session namespace:
```ruby
configure do
use Rack::Session::Dalli,
memcache_server: 'example.com:11211',
namespace: 'other.namespace'
cache: Dalli::Client.new
cache: Dalli::Client.new('example.com:11211')
end
```

Expand Down

0 comments on commit 967ebaa

Please sign in to comment.