From b2cf3c7f11e1f2b132faee44660356eb90a449cb Mon Sep 17 00:00:00 2001 From: b3q <42911384+b3q@users.noreply.github.com> Date: Thu, 4 Jun 2020 01:19:18 +0500 Subject: [PATCH 1/2] Update README.md (Go client) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de79afa5..a064cf7a 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Tile38 uses the [Redis RESP](https://redis.io/topics/protocol) protocol natively - Clojure: [carmine](https://github.com/ptaoussanis/carmine) - Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis) - Erlang: [Eredis](https://github.com/wooga/eredis) +- Go: [tile38-client](https://github.com/b3q/tile38-client) - Go: [go-redis](https://github.com/go-redis/redis) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(go-redis))) - Go: [redigo](https://github.com/gomodule/redigo) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(redigo))) - Haskell: [hedis](https://github.com/informatikr/hedis) From 8b271d1e0ba56e53136f7995b0ec32c25d3a2e8a Mon Sep 17 00:00:00 2001 From: Nikola Kovacs Date: Mon, 17 Aug 2020 10:18:17 +0200 Subject: [PATCH 2/2] Fix typo in usage --- cmd/tile38-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tile38-server/main.go b/cmd/tile38-server/main.go index f9924c38..31ac998e 100644 --- a/cmd/tile38-server/main.go +++ b/cmd/tile38-server/main.go @@ -101,7 +101,7 @@ Advanced Options: --http-transport yes/no : HTTP transport (default: yes) --protected-mode yes/no : protected mode (default: yes) --threads num : number of network threads (default: num cores) - --nohup : do not exist on SIGHUP + --nohup : do not exit on SIGHUP Developer Options: --dev : enable developer mode