John Sully
14daf6f909
Merge tag '6.0.8' into unstable
...
Former-commit-id: 4c7e4b91a6bb2034636856b608b8c386d07f5541
2020-09-30 19:47:55 +00:00
YoongHM
5e0a3e2626
Start redis after network is online ( #7639 )
...
The two lines allow systemd to start redis.service after the network is online. Only after the network is online that Redis could bind to IP address other than 127.0.0.1 during initial boot up process.
(cherry picked from commit 1c6caaaef7d69e05b526626f284bb822fc82dd9f)
2020-09-01 09:27:58 +03:00
Frank Meier
05e54ec962
add force option to 'create-cluster create' script call ( #7612 )
...
(cherry picked from commit c8f3182f378e069f8be0bbc333ae9c5e8682e804)
2020-09-01 09:27:58 +03:00
Oran Agra
d2fac9bdb9
Fixes to release scripts ( #7547 )
...
(cherry picked from commit a472f35efd20eb9dfe0261badb33353bc062cc98)
2020-09-01 09:27:58 +03:00
Itamar Haber
c662a4e01b
Adds SHA256SUM to redis-stable tarball upload
...
(cherry picked from commit efb04ab4a2981762aa4bd2f4fd26f032e9e5e7da)
2020-07-20 21:08:26 +03:00
Oran Agra
7fff1d3500
update release scripts for new hosts, and CI to run more tests ( #7480 )
...
* update daily CI to include cluster and sentinel tests
* update daily CI to run when creating a new release
* update release scripts to work on the new redis.io hosts
(cherry picked from commit 2ee300481f3250760ba0ef4253438f6282cf9596)
2020-07-20 21:08:26 +03:00
Oran Agra
b71330af50
change references to the github repo location ( #7479 )
...
(cherry picked from commit 8df988207500e0c76e2276a733be54ad443d78bb)
2020-07-20 21:08:26 +03:00
Maxime de Roucy
c0f60008cb
acl: @replication command group
...
containing mandatory commands for replication (used by masteruser user)
Former-commit-id: 123bc125cfe7b30fdeef833759a33ccc854b5c51
2020-05-25 02:35:22 -04:00
John Sully
193d7c76cb
Fix bad merge in CI.yml
...
Former-commit-id: 6311d709c39b3bacaeab77b18033010f1b548f81
2020-05-21 22:09:06 -04:00
antirez
d66ac30fd4
Fix create-cluster BIN_PATH.
2020-04-30 13:02:58 +02:00
Itamar Haber
1541e3e522
Update create-cluster
2020-04-30 13:02:58 +02:00
Itamar Haber
c028751ef0
Adds BIN_PATH
to create-cluster
...
Allows for setting the binaries path if used outside the upstream repo.
Also documents `call` in usage clause (TODO: port to
`redis-cli --cluster call` or just deprecate it).
2020-04-30 13:02:58 +02:00
John Sully
771787273a
Fix cluster test failures from Redis 6 merge
...
Former-commit-id: fd702e43f19ac2b8097afef84a73c8e71172979b
2020-02-03 20:00:09 -05:00
John Sully
6193e9ad4f
Merge remote-tracking branch 'redis/6.0' into redis_merge
...
Former-commit-id: ef9a3cadcf94326bf2f163db7698aad9a3c01690
2020-01-27 02:55:48 -05:00
Petr Vaněk
8146f24391
Rename redis.conf to keydb.conf
...
Former-commit-id: 4b01ad1e30568a5385881accedd8a841c7a7882f
2019-12-21 15:00:24 -05:00
Salvatore Sanfilippo
3d344f9467
Merge pull request #6052 from jtru/better-systemd-integration-v2
...
Better systemd integration v2
2019-12-19 08:54:22 +01:00
antirez
bfc40083ac
create-cluster script tailall option.
2019-12-11 10:16:25 +01:00
antirez
a64168dc89
create-cluster script: allow additional options.
2019-12-03 17:52:04 +01:00
Johannes Truschnigg
54eb43248b
Do not install SysV init-scripts on systemd-enabled hosts
...
Also, hint at example service unit files if systemd is detected. Thanks
to @mika for spotting a bug in the original iteration of this patch.
2019-11-19 18:55:44 +02:00
Johannes Truschnigg
21012ea68f
Provide example systemd service unit files for redis-server
2019-11-19 18:55:44 +02:00
Yossi Gottlieb
85d7f38136
Merge remote-tracking branch 'upstream/unstable' into tls
2019-10-16 17:08:07 +03:00
Yossi Gottlieb
10ffeb03e4
TLS: Connections refactoring and TLS support.
...
* Introduce a connection abstraction layer for all socket operations and
integrate it across the code base.
* Provide an optional TLS connections implementation based on OpenSSL.
* Pull a newer version of hiredis with TLS support.
* Tests, redis-cli updates for TLS support.
2019-10-07 21:06:13 +03:00
Edgard Lorraine Messias
d34f7746ed
Fixed "Provides" name in chkconfig info
...
Former-commit-id: cedea7e4005ecf540c5383a7a9da04f8fabfe648
2019-10-01 13:44:58 -04:00
nikhilajayk
c9cf8a3c5f
Added cluster host and protected mode variables
2019-09-26 21:51:49 +05:30
antirez
7cd02bbab9
tracking_collisions.c: sha1 + crc64 implemented.
2019-08-02 20:24:27 +02:00
antirez
766550a7c6
tracking_collisions.c: initial skeleton.
...
... of a program to just test the hashing functions collisions on a 24
bit output with strings that are very likely Redis key names, and names
of a kind that are particularly prone to collisions.
2019-08-02 20:13:21 +02:00
John Sully
6702b89166
Merge branch 'unstable' of https://github.com/antirez/redis into unstable
...
Lots of fixes and improvements from upstream.
Former-commit-id: 261cf24efc8bedec7ee76a8897b9a800a4d663e2
2019-03-13 18:08:22 -04:00
Brad Solomon
7a9a0f891d
Note that install_server.sh is not for Mac OSX
...
It will fail pretty quickly since there is no -f
readlink flag there.
2019-03-09 10:21:15 -05:00
John Sully
a8dacb0046
Merge branch 'unstable' of https://github.com/antirez/redis into unstable
...
We want that awesome multithreaded benchmark
Former-commit-id: 07594d4f958892f9270a18bc182728e4dfbf8144
2019-03-02 18:07:18 -05:00
varianfeng
9514b25a85
fix corrupt_rdb.c bug.Let the name of input rdb file name be valid.
2019-03-01 17:46:42 +01:00
John Sully
8cd2cdca3d
Merge branch 'unstable' of https://github.com/antirez/redis into Multithread
2019-02-21 18:17:12 -05:00
antirez
963da462fa
showfreq.rb: collect more data for better graphs.
2019-02-19 17:25:58 +01:00
antirez
438688d956
Improve README of better-random-member directory.
2019-02-19 12:01:26 +01:00
antirez
c3b4760143
Add showfreq.rb to SRANDMEMBER analysis tools.
2019-02-18 18:47:49 +01:00
antirez
85cdb79d14
showdist.rb utility for SRANDMEMBER analysis added.
2019-02-18 12:39:07 +01:00
John Sully
dac1213462
complete rebranding with tests passing
2019-02-09 10:11:46 -05:00
John Sully
bac51d5ac4
Custom flash heap
2019-01-29 18:10:46 -05:00
antirez
8249ef2cc1
changelog.tcl: get optional argument for number of commits.
2018-10-10 11:03:36 +02:00
Jack Drogon
bae1d36e5d
Fix typo
2018-07-03 18:19:46 +02:00
antirez
4e0dd919f0
Add the stream group to the script generating the help.
2018-06-07 18:52:01 +02:00
artix
614127c478
- Updated create-cluster with redis-cli
...
- Updated README
2018-05-07 15:56:15 +02:00
antirez
fd0374c8a7
Add INIT INFO to the provided init script.
2018-03-26 11:29:16 +02:00
antirez
093c175d2a
Fix HyperLogLog test script for new redis-rb API.
2018-03-16 16:34:04 +01:00
Salvatore Sanfilippo
4e01236ba9
Merge pull request #1934 from badboy/install-script-1922
...
Don't use extended Regexp Syntax
2017-07-24 15:20:31 +02:00
antirez
5885d4e98b
changelog.tcl: output 100 lines.
2017-07-14 13:04:37 +02:00
Aric Huang
143c09f422
(fix) Update create-cluster README
...
Fix a few typos/adjust wording in `create-cluster` README
2017-06-16 16:10:00 -07:00
antirez
e456bb0297
Cluster: add clean-logs command to create-cluster script.
2017-04-14 10:52:00 +02:00
antirez
1a7da8dc30
Use sha256 instead of sha1 to generate tarball hashes.
2017-03-09 13:49:36 +01:00
antirez
38691907b6
Fix HLL gnuplot graph generator script for new redis-rb versions.
...
The PFADD now takes an array and has mandatory two arguments.
2016-12-16 11:07:30 +01:00
antirez
183247d75e
Changelog format modified to be less verbose.
2016-07-28 14:15:31 +02:00