[Groonga-commit] groonga/groonga at 17272cf [master] doc: drop memcached from tutorial

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Feb 26 18:42:09 JST 2015


HAYASHI Kentaro	2015-02-26 18:42:09 +0900 (Thu, 26 Feb 2015)

  New Revision: 17272cfd76cfa6755838c194675c05f7e8b7516c
  https://github.com/groonga/groonga/commit/17272cfd76cfa6755838c194675c05f7e8b7516c

  Message:
    doc: drop memcached from tutorial

  Added files:
    doc/source/server/memcached.rst
  Modified files:
    doc/source/server.rst
    doc/source/tutorial/network.rst

  Modified: doc/source/server.rst (+1 -0)
===================================================================
--- doc/source/server.rst    2015-02-26 18:37:34 +0900 (1121d15)
+++ doc/source/server.rst    2015-02-26 18:42:09 +0900 (70565db)
@@ -12,3 +12,4 @@ Server
    server/package
    server/http
    server/gqtp
+   server/memcached

  Added: doc/source/server/memcached.rst (+15 -0) 100644
===================================================================
--- /dev/null
+++ doc/source/server/memcached.rst    2015-02-26 18:42:09 +0900 (8db742a)
@@ -0,0 +1,15 @@
+.. -*- rst -*-
+
+.. highlightlang:: none
+
+Memcached binary protocol
+=========================
+
+Groonga supports the memcached binary protocol. The following form shows how to run Groonga as a memcached binary protocol server daemon.
+
+Form::
+
+  groonga [-p PORT_NUMBER] -d --protocol memcached DB_PATH
+
+The `--protocol` option and its argument specify the protocol of the server. "memcached" specifies to use the memcached binary protocol.
+

  Modified: doc/source/tutorial/network.rst (+0 -11)
===================================================================
--- doc/source/tutorial/network.rst    2015-02-26 18:37:34 +0900 (2ad9e78)
+++ doc/source/tutorial/network.rst    2015-02-26 18:42:09 +0900 (b5f8fa4)
@@ -12,17 +12,6 @@ Remote access
 
 You can use Groonga as a server which allows remote access. Groonga supports the original protocol (GQTP), the memcached binary protocol and HTTP.
 
-Memcached binary protocol
--------------------------
-
-Groonga supports the memcached binary protocol. The following form shows how to run Groonga as a memcached binary protocol server daemon.
-
-Form::
-
-  groonga [-p PORT_NUMBER] -d --protocol memcached DB_PATH
-
-The `--protocol` option and its argument specify the protocol of the server. "memcached" specifies to use the memcached binary protocol.
-
 Hypertext transfer protocol (HTTP)
 -----------------------------------
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index