Skip to content

Commit f5242b5

Browse files
author
Cassiano Aquino
committed
added license
1 parent 61b74f8 commit f5242b5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Parameters:
2323
-a PASSWORD - Authentication password
2424
-i INTERVAL - Interval between commands
2525
```
26-
26+
2727
Examples:
2828

2929
```bash
@@ -62,15 +62,15 @@ PONG
6262
```bash
6363
$ redis-pubsub-test <PARAMETERS> <CHANNEL>
6464
```
65-
65+
6666
Parameters:
6767

6868
```bash
6969
-h Host - Defaults localhost.
7070
-p Port - Defaults 6379.
7171
CHANNEL - Channel to subscribe
7272
```
73-
73+
7474
## Pubsub demo
7575
In one shell run the command:
7676

@@ -83,7 +83,7 @@ In another shell run the command:
8383
```bash
8484
$ redis-bash-cli -h localhost -p 6379 PUBLISH test "Hello World."
8585
```
86-
86+
8787
# Using the Library in your code
8888
The library have a single function to handle the redis communication.
8989

@@ -125,7 +125,7 @@ exec 6>&- # close the connection
125125
* Juliano Martinez - Idea to handle socket disconnections on the pubsub demo
126126

127127
# TESTED
128-
* Debian squeeze 6.0.X - GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)
128+
* Debian squeeze 6.0.X - GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu)
129129
* Mac OS X Lion 10.7.X - GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)
130130

131131
# PERFORMANCE
@@ -146,3 +146,6 @@ real0m0.012s
146146
user0m0.000s
147147
sys0m0.008s
148148
```
149+
150+
# LICENSE
151+
MIT

0 commit comments

Comments
 (0)