<configSections> <section name="membase" type="Membase.Configuration.MembaseClientSection, Membase" /> </configSections> <membase> <servers bucket="tustena" userName="Administrator" password="asolo31011"> <add uri="http://127.0.0.1:8091/pools/default" /> </servers> <socketPool connectionTimeout="00:00:10" deadTimeout="00:00:10" /> </membase>
<configSections> <sectionGroup name="enyim.com"> <section name="memcached" type="Enyim.Caching.Configuration.MemcachedClientSection, Enyim.Caching" /> </sectionGroup> </configSections> <enyim.com> <memcached> <servers> <add address="127.0.0.1" port="11212" /> </servers> <socketPool minPoolSize="10" maxPoolSize="100" connectionTimeout="00:00:10" deadTimeout="00:02:00" /> </memcached> </enyim.com>