mirror of
https://github.com/fluencelabs/redis
synced 2025-05-10 17:57:11 +00:00
Merge branch '5.0' of github.com:/antirez/redis into 5.0
This commit is contained in:
commit
76419d8d5b
@ -21,8 +21,9 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
srand(time(NULL));
|
||||
char *filename = argv[1];
|
||||
cycles = atoi(argv[2]);
|
||||
fd = open("dump.rdb",O_RDWR);
|
||||
fd = open(filename,O_RDWR);
|
||||
if (fd == -1) {
|
||||
perror("open");
|
||||
exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user