index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example.c
Age
Commit message (
Expand
)
Author
2013-01-22
Made connect functions return NULL on alloc failures.
Henri Doreau
2012-10-25
make redisConnectWithTimeout connect to 127.0.0.1 instead of 127.0.0.2
Charles Longeau
2011-02-04
Use select(2) for enforce a timeout on blocking connect(2)
Pieter Noordhuis
2010-12-02
Redis command getting executed is PING, PONG is actually the expected answer
Amir Mohammad Saied
2010-11-02
Change error reporting to have an explicit type
Pieter Noordhuis
2010-10-31
Update example.c to work with current code
Pieter Noordhuis
2010-10-06
Make error messages more consistent (e.g. no newline)
Pieter Noordhuis
2010-10-06
c->error is no longer a redisReply object, but rather a plain C-string
Pieter Noordhuis
2010-09-24
Rename fd to the more appropriate c
Pieter Noordhuis
2010-09-24
Use context variable to keep state for a connection
Pieter Noordhuis
2010-05-18
more stuff into example
antirez
2010-05-18
better example and license information
antirez
2010-05-18
new newline needed after commands
antirez
2010-05-18
hiredis was extracted from redis-tools, reverted to standard malloc/free, por...
antirez