We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bddbd commit 2fe1f7eCopy full SHA for 2fe1f7e
components/cache/adapters/memcached_adapter.rst
@@ -271,7 +271,7 @@ Available Options
271
small outgoing messages and sending them all at once.
272
273
``use_udp`` (type: ``bool``, default: ``false``)
274
- Enables or disabled the use of `User Datagram Protocol (UDP)`_ mode (instead
+ Enables or disables the use of `User Datagram Protocol (UDP)`_ mode (instead
275
of `Transmission Control Protocol (TCP)`_ mode), where all operations are
276
executed in a "fire-and-forget" manner; no attempt to ensure the operation
277
has been received or acted on will be made once the client has executed it.
0 commit comments