This commit is contained in:
tidwall 2020-09-22 16:26:58 -07:00
commit 43cd87dc3a
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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