merged overlooked changes in src/aof.c

- src/aof.c was initially not correctly merged (Redis 4.0.2 merged with MS OpenTech's Redis 3.2.100) which caused
  errors when rewriting AOF file
- bumping version to 4.0.2.2

Fixes #12
This commit is contained in:
Tomasz Poradowski
2018-03-23 14:02:23 +01:00
parent 9346455a07
commit e1a9982ade
4 changed files with 481 additions and 365 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>4.0.2</version>
<version>4.0.2.2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
+1 -1
View File
@@ -3,7 +3,7 @@
<metadata>
<id>redis-64</id>
<title>Redis 64-bit</title>
<version>4.0.2</version>
<version>4.0.2.2</version>
<authors>Alexis Campailla, Enrico Giordani, Jonathan Pickett</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<description>A porting of Redis on Windows 64-bit.
+478 -362
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
#define REDIS_VERSION "4.0.2.1"
#define REDIS_VERSION "4.0.2.2"