Commit Graph

5677 Commits

Author SHA1 Message Date
Tomasz Poradowski
a5cd8f4860 Merge pull request #51 from tporadowski/issue-50
added missing sentinel subcommand
2020-01-22 23:11:42 +01:00
tporadowski
054be3a6ae added missing sentinel subcommand
- "deny-scripts-reconfig" was not recognized in conf file due to missing mapping
2020-01-22 23:09:23 +01:00
Tomasz Poradowski
fd77bb01a6 avoid using unintialized variable
fixes #47
v4.0.14.1
2020-01-15 21:50:38 +01:00
tporadowski
286389b403 Redis for Windows 4.0.14.1 2020-01-15 21:04:42 +01:00
Tomasz Poradowski
5a40a37c23 workaround for issue #46
- in Windows prior to 8 and Server 2012 there is no GetSystemTimePreciseAsFileTime(), so in case of
  very fast forking - we take 100ms for calculation of "stat_fork_rate"
- fixes #46
2019-12-28 13:00:53 +01:00
Tomasz Poradowski
ac17be3c7f updated version to 4.0.14 v4.0.14 2019-09-29 20:08:45 +02:00
Tomasz Poradowski
9ea4437bc5 updated version to 4.0.14 2019-09-29 20:07:20 +02:00
Tomasz Poradowski
9da32610ed updated version and README to 4.0.14 2019-09-29 19:45:53 +02:00
Tomasz Poradowski
331860908d delaying client disconnect using freeClientAsync()
- when a client is marked for closing (i.e. after protocol error) we are delaying
  it slightly by using freeClientAsync() instead of freeClient() as sometimes
  the latter was closing connection too fast without reply being actually sent
2019-09-29 11:18:56 +02:00
Tomasz Poradowski
2392f888f6 synced tests with antirez/redis/4.0.14
- last test in unit/type/hash is optional, commenting out
2019-09-29 11:15:58 +02:00
Tomasz Poradowski
7fac784816 getting rid of compilation warnings 2019-09-25 22:14:39 +02:00
Tomasz Poradowski
96d74d6671 upgraded projects for VS2019 2019-09-25 22:11:24 +02:00
Tomasz Poradowski
a0ba6c7900 removed formatting, syncing with antirez/redis 2019-09-24 22:37:56 +02:00
Tomasz Poradowski
66895632c7 reverted formatting, syncing with antirez/redis (WIP) 2019-09-24 11:58:07 +02:00
Tomasz Poradowski
1a4d999e82 reverted formatting, syncing with antirez/redis (WIP) 2019-09-24 11:39:01 +02:00
Tomasz Poradowski
dfd91ad699 reverted formatting, syncing with antirez/redis (WIP) 2019-09-24 10:31:37 +02:00
Tomasz Poradowski
aecd1db9ea removed formatting (WIP) 2019-09-24 09:58:30 +02:00
Tomasz Poradowski
aec03b32d9 fixed pipe mapping for modules 2019-09-23 10:49:24 +02:00
Tomasz Poradowski
97221cd488 corrected variable types and casts to use PORT_* 2019-09-22 22:05:49 +02:00
Tomasz Poradowski
9c4aeec92f helper batch to create links to binaries
- unit tests are using "redis-server", etc. from within "src" folder,
  so this script creates links to binaries in "src" (using mklink)
2019-09-22 13:51:49 +02:00
Tomasz Poradowski
6d187ca16f added rdb and Visual Studio's folders to ignored 2019-09-22 13:49:56 +02:00
Tomasz Poradowski
6e17403bb6 removing rdb files and some merge left-overs 2019-09-22 13:47:40 +02:00
Tomasz Poradowski
1c653cfa8b Merge branch '4.0.10' (Redis 4.0.14) into develop 2019-09-22 13:45:18 +02:00
Tomasz Poradowski
ccad94717c changed URL for filing bug reports 2019-09-22 10:48:25 +02:00
Tomasz Poradowski
850b053074 changed URL to issues page
- most of crashes in this fork are specific to this Windows implementation
  so they should be reported in tporadowski/redis repo
2019-09-22 10:13:49 +02:00
Tomasz Poradowski
1fd4d2cdf7 Merge pull request #37 from israellot/4.0.10
4.0.10
2019-06-07 00:45:43 +02:00
Tomasz Poradowski
3bcefefd2b Updated info about modules support in README.md 2019-05-13 22:25:04 +02:00
Tomasz Poradowski
01c81ab585 Merge branch 'win-4.0.2' of https://github.com/tporadowski/redis into win-4.0.2 2019-05-13 00:57:39 +02:00
Tomasz Poradowski
ea4c697476 Merging module-support 2019-05-13 00:56:32 +02:00
Tomasz Poradowski
57d19a25a4 modules support left-overs 2019-05-13 00:47:47 +02:00
Israel Lot
03ced126ef port fix - avoid cast warnings 2019-05-01 12:42:34 -04:00
Israel Lot
c3f5f64b19 Redis 4.0.14. 2019-05-01 12:14:15 -04:00
Israel Lot
181af9cd69 HyperLogLog: handle wrong offset in the base case. 2019-05-01 12:12:17 -04:00
Israel Lot
27ae2caae7 Fix hyperloglog corruption 2019-05-01 12:11:05 -04:00
Israel Lot
eba5aa4a92 redis-check-aof: fix potential overflow. 2019-05-01 12:09:54 -04:00
Israel Lot
a50aaa6aaa Fix mismatching keyspace notification classes 2019-05-01 12:07:48 -04:00
Israel Lot
c00ee9aeb4 Fix zlexrangespec mem-leak in genericZrangebylexCommand 2019-05-01 12:05:29 -04:00
Israel Lot
fc8cef0ada bug fix type mismatch on sds.h 2019-05-01 12:02:48 -04:00
Israel Lot
0d198a13af Make comment in #5911 stay inside 80 cols. 2019-03-12 18:30:39 -05:00
Israel Lot
cc81c04185 Replicas aren't allowed to run the replicaof command 2019-03-12 18:29:12 -05:00
Israel Lot
dd9616c1be Redis 4.0.13. 2019-03-12 18:28:22 -05:00
Israel Lot
89f828f053 rewrite BRPOPLPUSH as RPOPLPUSH to propagate 2019-03-12 18:27:10 -05:00
Israel Lot
864f8d2673 Don't treat unsupported protocols as fatal errors 2019-03-12 18:24:22 -05:00
Israel Lot
c29f997835 Redis 4.0.12 2019-03-12 18:15:56 -05:00
Israel Lot
d87a9c11a5 asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients. 2019-03-12 18:13:15 -05:00
Israel Lot
b9746ec677 Don't call sdscmp() with shared.maxstring or shared.minstring 2019-03-12 18:11:12 -05:00
Israel Lot
0a967ec280 Fix stringmatchlen() read past buffer bug 2019-03-12 18:08:01 -05:00
Tomasz Poradowski
d921dad1b4 Merge pull request #32 from AhmadRajabi/patch-1
Typo
2019-01-13 08:43:36 +01:00
Ahmad
84b103795b Typo 2019-01-13 10:38:47 +03:30
israel.lot@gmail.com
137360651f up to date with 4.0 branch,
version bumped to 4.0.11
2018-11-28 22:51:55 -02:00