[Groonga-commit] groonga/groonga at e2f6ecc [master] doc: add description about memcached table

Back to archive index

Hiroyuki Sato null+****@clear*****
Mon Jan 18 10:51:11 JST 2016


Hiroyuki Sato	2016-01-18 10:51:11 +0900 (Mon, 18 Jan 2016)

  New Revision: e2f6ecc254de88dfd39a5f5ddd3752c4ef3b90ba
  https://github.com/groonga/groonga/commit/e2f6ecc254de88dfd39a5f5ddd3752c4ef3b90ba

  Merged 7c621e3: Merge pull request #454 from hiroyuki-sato/doc_memcache

  Message:
    doc: add description about memcached table

  Modified files:
    doc/locale/ja/LC_MESSAGES/server.po
    doc/source/server/memcached.rst

  Modified: doc/locale/ja/LC_MESSAGES/server.po (+7 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/server.po    2016-01-19 23:27:48 +0900 (ba24ad7)
+++ doc/locale/ja/LC_MESSAGES/server.po    2016-01-18 10:51:11 +0900 (ab2eb70)
@@ -449,6 +449,13 @@ msgstr ""
 "`--protocol` オプションとその引数により、サーバのプロトコルを指定することがで"
 "きます。\"memcached\"はmemcachedバイナリプロトコルを示しています。"
 
+msgid ""
+"You don't need to create table.  When groonga receive request, it create "
+"table automatically.  The table name is `Memcache` ."
+msgstr ""
+"テーブルの作成は不要です。Groongaは要求を受け付けると自動的にテーブルを作成す"
+"るからです。テーブルの名前は `Memcache` です。"
+
 msgid "Server packages"
 msgstr "サーバーパッケージ"
 

  Modified: doc/source/server/memcached.rst (+1 -0)
===================================================================
--- doc/source/server/memcached.rst    2016-01-19 23:27:48 +0900 (8db742a)
+++ doc/source/server/memcached.rst    2016-01-18 10:51:11 +0900 (fe924fc)
@@ -13,3 +13,4 @@ Form::
 
 The `--protocol` option and its argument specify the protocol of the server. "memcached" specifies to use the memcached binary protocol.
 
+You don't need to create table.  When groonga receive request, it create table automatically.  The table name is `Memcache` .
-------------- next part --------------
HTML����������������������������...
Télécharger 



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