Commit 83a6e81d authored by antirez's avatar antirez
Browse files

Get rid of the word slave in the release note of Redis 5.

parent 882ca696
...@@ -39,8 +39,8 @@ To start a quick recap of what's new in Redis 5: ...@@ -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. 15. We no longer use the "slave" word if not for API backward compatibility.
16. Differnet optimizations in the networking layer. 16. Differnet optimizations in the networking layer.
17. Lua improvements: 17. Lua improvements:
- Better propagation of Lua scripts to slaves / AOF. - Better propagation of Lua scripts to replicas / AOF.
- Lua scripts can now timeout and get in -BUSY state in the slave as well. - 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. 18. Dynamic HZ to balance idle CPU usage with responsiveness.
19. The Redis core was refactored and improved in many ways. 19. The Redis core was refactored and improved in many ways.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment