You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-126Lines changed: 8 additions & 126 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Features
17
17
- Simple interface. One function `ListenAndServe` and two types `Conn` & `Command`
18
18
- Support for pipelining and telnet commands
19
19
- Works with Redis clients such as [redigo](https://github.com/garyburd/redigo), [redis-py](https://github.com/andymccurdy/redis-py), [node_redis](https://github.com/NodeRedis/node_redis), and [jedis](https://github.com/xetorthio/jedis)
20
+
-[TLS Support](#tls-example)
20
21
21
22
Installing
22
23
----------
@@ -25,7 +26,7 @@ Installing
25
26
go get -u github.com/tidwall/redcon
26
27
```
27
28
28
-
Examples
29
+
Example
29
30
-------
30
31
31
32
Here's a full example of a Redis clone that accepts:
@@ -123,136 +124,17 @@ func main() {
123
124
}
124
125
```
125
126
126
-
The same example is also provided for serving redcon over TLS:
0 commit comments