Lines Matching refs:memcached
782 .. option:: --tls-ticket-key-memcached=<HOST>,<PORT>[;tls]
784 Specify address of memcached server to get TLS ticket
787 does not set TLS ticket key to memcached. The external
789 ticket keys from memcached, and use them, possibly
793 to know the data format in memcached entry. Optionally,
794 memcached connection can be encrypted with TLS by
797 .. option:: --tls-ticket-key-memcached-address-family=(auto|IPv4|IPv6)
799 Specify address family of memcached connections to get
807 .. option:: --tls-ticket-key-memcached-interval=<DURATION>
809 Set interval to get TLS ticket keys from memcached.
813 .. option:: --tls-ticket-key-memcached-max-retry=<N>
820 :option:`--tls-ticket-key-memcached-max-fail` option.
824 .. option:: --tls-ticket-key-memcached-max-fail=<N>
837 .. option:: --tls-ticket-key-memcached-cert-file=<PATH>
839 Path to client certificate for memcached connections to
842 .. option:: --tls-ticket-key-memcached-private-key-file=<PATH>
844 Path to client private key for memcached connections to
876 .. option:: --tls-session-cache-memcached=<HOST>,<PORT>[;tls]
878 Specify address of memcached server to store session
880 multiple nghttpx instances. Optionally, memcached
884 .. option:: --tls-session-cache-memcached-address-family=(auto|IPv4|IPv6)
886 Specify address family of memcached connections to store
894 .. option:: --tls-session-cache-memcached-cert-file=<PATH>
896 Path to client certificate for memcached connections to
899 .. option:: --tls-session-cache-memcached-private-key-file=<PATH>
901 Path to client private key for memcached connections to
1780 If :option:`--tls-session-cache-memcached` is given, nghttpx will
1781 insert serialized session data to memcached with
1783 as a memcached entry key, with expiry time 12 hours. Session timeout
1786 By default, connections to memcached server are not encrypted. To
1788 :option:`--tls-session-cache-memcached` option.
1799 If :option:`--tls-ticket-key-memcached` is given, encryption keys are
1800 retrieved from memcached. nghttpx just reads keys from memcached; one
1803 available under contrib directory in nghttp2 archive. The memcached
1805 memcached is the binary format described below:
1829 By default, connections to memcached server are not encrypted. To
1831 :option:`--tls-ticket-key-memcached` option.