Man Page: dancer::session::memcached
Operating Environment: debian
Section: 3pm
Dancer::Session::Memcached(3pm) User Contributed Perl Documentation Dancer::Session::Memcached(3pm)NAMEDancer::Session::Memcached - Memcached-based session backend for DancerVERSIONversion 0.202DESCRIPTIONThis module implements a session engine based on the Memcache API. Session are stored as memcache objects via a list of Memcached servers.CONFIGURATIONThe setting session should be set to "memcached" in order to use this session engine in a Dancer application. A mandatory setting is needed as well: "memcached_servers", which should contain a comma-separated list of reachable memecached servers (can be either address:port or sockets). Here is an example configuration that uses this session engine session: "memcached" memcached_servers: "10.0.1.31:11211,10.0.1.32:11211,10.0.1.33:11211,/var/sock/memcached"DEPENDENCYThis module depends on Cache::Memcached.SEE ALSOSee Dancer::Session for details about session usage in route handlers.AUTHORAlexis Sukrieh <surkia@sukria.net>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Alexis Sukrieh. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-10-21 Dancer::Session::Memcached(3pm)
| Related Man Pages |
|---|
| cgi::session::driver::memcached(3pm) - debian |
| chi::driver::memcached(3pm) - debian |
| dancer::engine(3pm) - debian |
| dancer::logger(3pm) - debian |
| netsds::session(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| mod_memcached 0.2 (Default branch) |
| XDMCP fatal error: Session declined No valid address |
| In-Session Phishing |
| Warning for Alexis Duarte: Bumping Up Posts |
| What is float IP? |