antirez
|
6536ce27a4
|
Streams: fix comments referring to old ID format.
|
2018-05-25 17:25:19 +02:00 |
|
antirez
|
63bbacc4ab
|
Streams: fix comments referring to old ID format.
|
2018-05-25 17:25:19 +02:00 |
|
Salvatore Sanfilippo
|
8c4c2b7eb6
|
Merge pull request #4948 from soloestoy/avoid-warning-stream
avoid warning in t_stream.c
|
2018-05-25 17:00:46 +02:00 |
|
Salvatore Sanfilippo
|
f8fd6639e7
|
Merge pull request #4948 from soloestoy/avoid-warning-stream
avoid warning in t_stream.c
|
2018-05-25 17:00:46 +02:00 |
|
Salvatore Sanfilippo
|
c2d7c5bbcd
|
Merge pull request #4948 from soloestoy/avoid-warning-stream
avoid warning in t_stream.c
|
2018-05-25 17:00:46 +02:00 |
|
antirez
|
5b69ad6e6d
|
Streams: fix test ID format.
|
2018-05-25 16:57:08 +02:00 |
|
antirez
|
2bd36616ba
|
Streams: fix test ID format.
|
2018-05-25 16:57:08 +02:00 |
|
antirez
|
dd4ac1654b
|
Streams: fix test ID format.
|
2018-05-25 16:57:08 +02:00 |
|
zhaozhao.zz
|
04960217ad
|
avoid warning in t_stream.c
|
2018-05-25 22:49:49 +08:00 |
|
zhaozhao.zz
|
c2d7e6cea7
|
avoid warning in t_stream.c
|
2018-05-25 22:49:49 +08:00 |
|
zhaozhao.zz
|
3b2b5e1d1b
|
avoid warning in t_stream.c
|
2018-05-25 22:49:49 +08:00 |
|
antirez
|
6830220c90
|
Backport hiredis issue 525 fix to compile on FreeBSD.
Close #4947.
|
2018-05-25 16:33:23 +02:00 |
|
antirez
|
fb6ebaa598
|
Backport hiredis issue 525 fix to compile on FreeBSD.
Close #4947.
|
2018-05-25 16:33:23 +02:00 |
|
antirez
|
a17226d419
|
Backport hiredis issue 525 fix to compile on FreeBSD.
Close #4947.
|
2018-05-25 16:33:23 +02:00 |
|
antirez
|
d288a836f2
|
Simplify XADD ID syntax error code path,.
|
2018-05-25 16:29:37 +02:00 |
|
antirez
|
fb9c1c3dbd
|
Simplify XADD ID syntax error code path,.
|
2018-05-25 16:29:37 +02:00 |
|
antirez
|
1ea37fcf4f
|
Simplify XADD ID syntax error code path,.
|
2018-05-25 16:29:37 +02:00 |
|
Salvatore Sanfilippo
|
af6f8eff4a
|
Merge pull request #4832 from 0xtonyxia/fix-xadd-ID-parse
Bugfix: xadd command ID parse
|
2018-05-25 16:27:21 +02:00 |
|
Salvatore Sanfilippo
|
a60f553b68
|
Merge pull request #4832 from 0xtonyxia/fix-xadd-ID-parse
Bugfix: xadd command ID parse
|
2018-05-25 16:27:21 +02:00 |
|
Salvatore Sanfilippo
|
a998d21f71
|
Merge pull request #4832 from 0xtonyxia/fix-xadd-ID-parse
Bugfix: xadd command ID parse
|
2018-05-25 16:27:21 +02:00 |
|
antirez
|
f27e9db3a4
|
Avoid warning by explicitly initializing var to NULL.
|
2018-05-25 16:19:14 +02:00 |
|
antirez
|
95fa564add
|
Avoid warning by explicitly initializing var to NULL.
|
2018-05-25 16:19:14 +02:00 |
|
antirez
|
8bdaeaa4c1
|
Avoid warning by explicitly initializing var to NULL.
|
2018-05-25 16:19:14 +02:00 |
|
antirez
|
f2bd31a1c4
|
Explicitly cast void pointers to char pointers for printf style logging.
|
2018-05-25 16:15:59 +02:00 |
|
antirez
|
b2b4e186a2
|
Explicitly cast void pointers to char pointers for printf style logging.
|
2018-05-25 16:15:59 +02:00 |
|
antirez
|
a881942e60
|
Explicitly cast void pointers to char pointers for printf style logging.
|
2018-05-25 16:15:59 +02:00 |
|
Salvatore Sanfilippo
|
3f1e64a882
|
Merge pull request #4946 from soloestoy/linux-make-lrt
append -lrt to FINAL_LIBS for linux
|
2018-05-25 16:12:19 +02:00 |
|
Salvatore Sanfilippo
|
42ec8e8cb2
|
Merge pull request #4946 from soloestoy/linux-make-lrt
append -lrt to FINAL_LIBS for linux
|
2018-05-25 16:12:19 +02:00 |
|
Salvatore Sanfilippo
|
9f2abcd020
|
Merge pull request #4946 from soloestoy/linux-make-lrt
append -lrt to FINAL_LIBS for linux
|
2018-05-25 16:12:19 +02:00 |
|
zhaozhao.zz
|
89736e5820
|
append -lrt to FINAL_LIBS for linux
|
2018-05-25 20:16:57 +08:00 |
|
zhaozhao.zz
|
2711f053f2
|
append -lrt to FINAL_LIBS for linux
|
2018-05-25 20:16:57 +08:00 |
|
zhaozhao.zz
|
4e8a00e6b0
|
append -lrt to FINAL_LIBS for linux
|
2018-05-25 20:16:57 +08:00 |
|
antirez
|
b2ea616e46
|
Don't append libjemalloc.a otherwise it will be after -ldl.
|
2018-05-25 13:36:51 +02:00 |
|
antirez
|
e4f5c04930
|
Don't append libjemalloc.a otherwise it will be after -ldl.
|
2018-05-25 13:36:51 +02:00 |
|
antirez
|
ad984d169b
|
Don't append libjemalloc.a otherwise it will be after -ldl.
|
2018-05-25 13:36:51 +02:00 |
|
Mota
|
a971a34d65
|
Fix debug crash-and-recover help info.
|
2018-05-25 16:49:23 +08:00 |
|
Mota
|
af3471a5dc
|
Fix debug crash-and-recover help info.
|
2018-05-25 16:49:23 +08:00 |
|
Mota
|
c9a10a9419
|
Fix debug crash-and-recover help info.
|
2018-05-25 16:49:23 +08:00 |
|
antirez
|
8c4fdd3936
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2018-05-24 18:21:23 +02:00 |
|
antirez
|
694145bd74
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2018-05-24 18:21:23 +02:00 |
|
antirez
|
2fa611607b
|
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
2018-05-24 18:21:23 +02:00 |
|
antirez
|
5b1a603cd3
|
Generate configure for Jemalloc.
|
2018-05-24 18:21:13 +02:00 |
|
antirez
|
4e729fcdaf
|
Generate configure for Jemalloc.
|
2018-05-24 18:21:13 +02:00 |
|
antirez
|
60ead966fb
|
Generate configure for Jemalloc.
|
2018-05-24 18:21:13 +02:00 |
|
antirez
|
9108bbab07
|
Make active defragmentation tests optional.
They failed when active defrag could not be activated because the
Jemalloc version does not include the additional APIs.
|
2018-05-24 18:04:21 +02:00 |
|
antirez
|
98d5d3f118
|
Make active defragmentation tests optional.
They failed when active defrag could not be activated because the
Jemalloc version does not include the additional APIs.
|
2018-05-24 18:04:21 +02:00 |
|
antirez
|
f3db15d2c9
|
Make active defragmentation tests optional.
They failed when active defrag could not be activated because the
Jemalloc version does not include the additional APIs.
|
2018-05-24 18:04:21 +02:00 |
|
antirez
|
5de964e147
|
Add --with-version in Jemalloc config script.
|
2018-05-24 17:50:12 +02:00 |
|
antirez
|
fef42d0985
|
Add --with-version in Jemalloc config script.
|
2018-05-24 17:50:12 +02:00 |
|
antirez
|
3e071d1f9a
|
Add --with-version in Jemalloc config script.
|
2018-05-24 17:50:12 +02:00 |
|