From 83a6e81db38c3b7ac597bfa3e3b01ffda69b9848 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 17 Oct 2018 18:11:49 +0200 Subject: [PATCH] Get rid of the word slave in the release note of Redis 5. --- 00-RELEASENOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 9c8efe22..3df74912 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -39,8 +39,8 @@ To start a quick recap of what's new in Redis 5: 15. We no longer use the "slave" word if not for API backward compatibility. 16. Differnet optimizations in the networking layer. 17. Lua improvements: - - Better propagation of Lua scripts to slaves / AOF. - - Lua scripts can now timeout and get in -BUSY state in the slave as well. + - Better propagation of Lua scripts to replicas / AOF. + - Lua scripts can now timeout and get in -BUSY state in the replica as well. 18. Dynamic HZ to balance idle CPU usage with responsiveness. 19. The Redis core was refactored and improved in many ways.