Skip to content

Automatically exported from code.google.com/p/libredic

License

Notifications You must be signed in to change notification settings

Thommas2316/libredic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redic-cc 
========


Home:     http://http://code.google.com/p/redic-cc/
Version:  0.9
Contact:  Atto Mu <[email protected]>


Redic-cc is a client library written in plain C++ for communicating 
with Redis servers. Redis is a high performance key-value database, 
refer to Redis project page (http://redis.io/) for more information.

Redic-cc aims to be simple, stable and minimum dependence.
It runs on Linux and Windows platforms, with IPv4/IPv6 network.


To build redic-cc static library, run: 
$ make


To test and verify redic-cc, run:
$ make test
$ ./test <redis server IP> <redis server Port>

About

Automatically exported from code.google.com/p/libredic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published