fix #134: docs: update client options
[awesomized/libmemcached] / docs / source / bin / options / net.rst
diff --git a/docs/source/bin/options/net.rst b/docs/source/bin/options/net.rst
new file mode 100644 (file)
index 0000000..3c2bf70
--- /dev/null
@@ -0,0 +1,12 @@
+
+.. option:: -s|--servers <list of servers>
+
+    Specify the list of servers as *hostname[:port][,hostname[:port]...]*.
+
+.. option:: -n|--non-blocking
+
+    Enable non-blocking operations.
+
+.. option:: -N|--tcp-nodelay
+
+    Disable Nagle's algorithm.