2013-01-28

Connect to SSDB server with telnet

Views: 11794 | 2 Comments

SSDB’s network protocol is very simple, you can connect to a SSDB server with telnet and interact with commands:

$ telnet 127.0.0.1 8888
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
3
set
1
a
2
hi

2
ok

3
get
1
a

2
ok
2
hi
Posted by ideawu at 2013-01-28 12:20:29 Tags:

2 Responses to "Connect to SSDB server with telnet"

Leave a Comment