[Groonga-commit] droonga/droonga.org at f8889d6 [gh-pages] Specify unique parameter to bypass cache

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 25 19:13:00 JST 2014


YUKI Hiroshi	2014-09-25 19:13:00 +0900 (Thu, 25 Sep 2014)

  New Revision: f8889d6fb8efab79ae5e4f24d82cef1168efde7d
  https://github.com/droonga/droonga.org/commit/f8889d6fb8efab79ae5e4f24d82cef1168efde7d

  Message:
    Specify unique parameter to bypass cache

  Modified files:
    _po/ja/tutorial/1.0.6/add-replica/index.po
    ja/tutorial/1.0.6/add-replica/index.md
    tutorial/1.0.6/add-replica/index.md

  Modified: _po/ja/tutorial/1.0.6/add-replica/index.po (+3 -3)
===================================================================
--- _po/ja/tutorial/1.0.6/add-replica/index.po    2014-09-25 19:05:18 +0900 (3c9c6e7)
+++ _po/ja/tutorial/1.0.6/add-replica/index.po    2014-09-25 19:13:00 +0900 (358e205)
@@ -189,7 +189,7 @@ msgstr ""
 
 msgid ""
 "~~~\n"
-"$ curl \"http://node0:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node0:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -200,7 +200,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node1:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node1:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node0:10031/droonga\": {\n"
@@ -211,7 +211,7 @@ msgid ""
 "    }\n"
 "  }\n"
 "}\n"
-"$ curl \"http://node2:10041/droonga/system/status\" | jq \".\"\n"
+"$ curl \"http://node2:10041/droonga/system/status?_=$(date +%s)\" | jq \".\"\n"
 "{\n"
 "  \"nodes\": {\n"
 "    \"node2:10031/droonga\": {\n"

  Modified: ja/tutorial/1.0.6/add-replica/index.md (+3 -3)
===================================================================
--- ja/tutorial/1.0.6/add-replica/index.md    2014-09-25 19:05:18 +0900 (97d270a)
+++ ja/tutorial/1.0.6/add-replica/index.md    2014-09-25 19:13:00 +0900 (08f98a4)
@@ -92,7 +92,7 @@ Droongaのノードの集合には、「replica」と「slice」という2つの
 この事は、`system.status`コマンドを通じて確認できます:
 
 ~~~
-$ curl "http://node0:10041/droonga/system/status" | jq "."
+$ curl "http://node0:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node0:10031/droonga": {
@@ -103,7 +103,7 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     }
   }
 }
-$ curl "http://node1:10041/droonga/system/status" | jq "."
+$ curl "http://node1:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node0:10031/droonga": {
@@ -114,7 +114,7 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
     }
   }
 }
-$ curl "http://node2:10041/droonga/system/status" | jq "."
+$ curl "http://node2:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node2:10031/droonga": {

  Modified: tutorial/1.0.6/add-replica/index.md (+3 -3)
===================================================================
--- tutorial/1.0.6/add-replica/index.md    2014-09-25 19:05:18 +0900 (6fcc7c7)
+++ tutorial/1.0.6/add-replica/index.md    2014-09-25 19:13:00 +0900 (d75a409)
@@ -83,7 +83,7 @@ Currently, the new node doesn't work as a node of the existing cluster.
 You can confirm that, via the `system.status` command:
 
 ~~~
-$ curl "http://node0:10041/droonga/system/status" | jq "."
+$ curl "http://node0:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node0:10031/droonga": {
@@ -94,7 +94,7 @@ $ curl "http://node0:10041/droonga/system/status" | jq "."
     }
   }
 }
-$ curl "http://node1:10041/droonga/system/status" | jq "."
+$ curl "http://node1:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node0:10031/droonga": {
@@ -105,7 +105,7 @@ $ curl "http://node1:10041/droonga/system/status" | jq "."
     }
   }
 }
-$ curl "http://node2:10041/droonga/system/status" | jq "."
+$ curl "http://node2:10041/droonga/system/status?_=$(date +%s)" | jq "."
 {
   "nodes": {
     "node2:10031/droonga": {
-------------- next part --------------
HTML����������������������������...
Download 



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