Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
f023f9cf
Commit
f023f9cf
authored
Nov 03, 2010
by
Pieter Noordhuis
Browse files
Upgrade notice in README
parent
3be1d6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f023f9cf
...
@@ -18,6 +18,13 @@ Redis version >= 1.2.0.
...
@@ -18,6 +18,13 @@ Redis version >= 1.2.0.
The library comes with multiple APIs. There is the
The library comes with multiple APIs. There is the
*synchronous API*
, the
*asynchronous API*
and the
*reply parsing API*
.
*synchronous API*
, the
*asynchronous API*
and the
*reply parsing API*
.
## UPGRADING
Version 0.9.0 is a major overhaul of hiredis in every aspect. However, upgrading existing
code using hiredis should not be a big pain. The key thing to keep in mind when
upgrading is that hiredis >= 0.9.0 uses a
`redisContext*`
to keep state, in contrast to
the stateless 0.0.1 that only has a file descriptor to work with.
## SYNCHRONOUS API
## SYNCHRONOUS API
To consume the synchronous API, there are only a few function calls that need to be introduced:
To consume the synchronous API, there are only a few function calls that need to be introduced:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment