Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
31436c33
Commit
31436c33
authored
Apr 16, 2015
by
Jan-Erik Rediger
Browse files
Release version 0.13.0
parent
4b30b581
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
31436c33
### 0.13.0 - April 16, 2015
This release adds a minimal Windows compatibility layer.
The parser, standalone since v0.12.0, can now be compiled on Windows
(and thus used in other client libraries as well)
*
Windows compatibility layer for parser code (tzickel)
*
Properly escape data printed to PKGCONF file (Dan Skorupski)
*
Fix tests when assert() undefined (Keith Bennett, Matt Stancliff)
*
Implement a reconnect method for the client context, this changes the structure of
`redisContext`
(Aaron Bedra)
### 0.12.1 - January 26, 2015
### 0.12.1 - January 26, 2015
*
Fix
`make install`
: DESTDIR support, install all required files, install PKGCONF in proper location
*
Fix
`make install`
: DESTDIR support, install all required files, install PKGCONF in proper location
...
...
hiredis.h
View file @
31436c33
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
#include "sds.h"
/* for sds */
#include "sds.h"
/* for sds */
#define HIREDIS_MAJOR 0
#define HIREDIS_MAJOR 0
#define HIREDIS_MINOR 1
2
#define HIREDIS_MINOR 1
3
#define HIREDIS_PATCH
1
#define HIREDIS_PATCH
0
/* Connection type can be blocking or non-blocking and is set in the
/* Connection type can be blocking or non-blocking and is set in the
* least significant bit of the flags field in redisContext. */
* least significant bit of the flags field in redisContext. */
...
...
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