mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
This commit is contained in:
2
pqsort.h
2
pqsort.h
@ -1,7 +1,7 @@
|
||||
/* The following is the NetBSD libc qsort implementation modified in order to
|
||||
* support partial sorting of ranges for Redis.
|
||||
*
|
||||
* Copyright(C) 2009 Salvatore Sanfilippo. All rights reserved.
|
||||
* Copyright(C) 2009-2010 Salvatore Sanfilippo. All rights reserved.
|
||||
*
|
||||
* See the pqsort.c file for the original copyright notice. */
|
||||
|
||||
|
Reference in New Issue
Block a user