forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config memcacheddriver
Violet edited this page Nov 2, 2010
·
2 revisions
Used to customize the Memcached support for your Melody installation. If MemcachedServers
is configured, this setting will determine which Perl package is used to interact with your Memcached server(s). The default setting is Cache::Memcached
.
To specify an alternative driver, place this line in your config.cgi
file:
MemcachedDriver Cache::Memcached::Fast
The Perl package identified must be installed on your server.
This directive was introduced in version 4.1.
- Categories: Appendix: Configuration Directives
- Tags: config, configuration directive, New in MT4.1