version set to 2.3.0
This commit is contained in:
parent
5ef640986b
commit
d021221086
@ -97,7 +97,7 @@ int dsOpen(void) {
|
|||||||
/* New disk store, create the directory structure now, as creating
|
/* New disk store, create the directory structure now, as creating
|
||||||
* them in a lazy way is not a good idea, after very few insertions
|
* them in a lazy way is not a good idea, after very few insertions
|
||||||
* we'll need most of the 65536 directories anyway. */
|
* we'll need most of the 65536 directories anyway. */
|
||||||
if (mkdir(path) == -1) {
|
if (mkdir(path,0644) == -1) {
|
||||||
redisLog(REDIS_WARNING,"Disk store init failed creating dir %s: %s",
|
redisLog(REDIS_WARNING,"Disk store init failed creating dir %s: %s",
|
||||||
path, strerror(errno));
|
path, strerror(errno));
|
||||||
return REDIS_ERR;
|
return REDIS_ERR;
|
||||||
|
@ -1 +1 @@
|
|||||||
#define REDIS_VERSION "2.1.8"
|
#define REDIS_VERSION "2.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user