File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Table of Contents
35
35
Version
36
36
=======
37
37
38
- This document describes lua-redis-parser [ v0.09rc5 ] ( https://github.com/agentzh/lua-redis-parser/tags ) released on 28 August 2011 .
38
+ This document describes lua-redis-parser [ v0.13 ] ( https://github.com/agentzh/lua-redis-parser/tags ) released on 8 April 2017 .
39
39
40
40
Description
41
41
===========
@@ -314,7 +314,7 @@ Copyright & License
314
314
315
315
This module is licenced under the BSD license.
316
316
317
- Copyright (C) 2009-
2016 , by Yichun "agentzh" Zhang (章亦春)
< [email protected] > ,
CloudFlare Inc.
317
+ Copyright (C) 2009-
2017 , by Yichun "agentzh" Zhang (章亦春)
< [email protected] > ,
OpenResty Inc.
318
318
319
319
All rights reserved.
320
320
Original file line number Diff line number Diff line change
1
+ #ifndef DDEBUG
1
2
#define DDEBUG 0
3
+ #endif
2
4
#include "ddebug.h"
3
5
4
6
#include <lua.h>
8
10
#include <string.h>
9
11
10
12
11
- #define LUA_REDIS_PARSER_VERSION "0.10 "
13
+ #define LUA_REDIS_PARSER_VERSION "0.13 "
12
14
13
15
14
16
enum {
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ __DATA__
15
15
parser = require("redis.parser")
16
16
print(parser._VERSION)
17
17
--- out
18
- 0.10
19
-
18
+ 0.13
You can’t perform that action at this time.
0 commit comments