You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{:failover=>true,# default is true:socket_timeout=>1.5,# default is 0.5:socket_failure_delay=>0.2,# default is 0.01:down_retry_delay=>60# default is 60}
Is there a way to specifiy options, or configuration values?
Many memcached wrappers/libraries have this concept. See:
My ultimate goal is to use MemCachier on Heroku for my Crystal/Kemal app. Most all of their examples recommend changing numerous settings.
From their Ruby examples:
From their Python examples:
The text was updated successfully, but these errors were encountered: