Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Engine improvements blog post #18

Merged
merged 33 commits into from
Dec 19, 2022
Merged

Redis Engine improvements blog post #18

merged 33 commits into from
Dec 19, 2022

Conversation

FZambia
Copy link
Member

@FZambia FZambia commented Nov 19, 2022

This is a draft of post about migration to Rueidis.

To see it live locally:

yarn install
yarn start

then go to http://localhost:3000/blog/

@FZambia
Copy link
Member Author

FZambia commented Dec 11, 2022

@rueian fyi, I updated the post with the latest things about flush delay.

@FZambia
Copy link
Member Author

FZambia commented Dec 11, 2022

@j178 probably you will be interested too - there was some work on adding MaxFlushDelay option to Rueidis - see redis/rueidis#156 which allows improving CPU utilization of app and Redis.

@rueian
Copy link

rueian commented Dec 12, 2022

@rueian fyi, I updated the post with the latest things about flush delay.

Hi @FZambia, it looks good and very detailed! Can’t wait for the post being released. 😊

@FZambia
Copy link
Member Author

FZambia commented Dec 17, 2022

CPU usage

50k req per second no delay with 100mks delay
BenchmarkPublish app - 75, Redis - 24 app - 44, Redis - 9
BenchmarkPublish_History app -80 , Redis - 67 app - 55, Redis - 50
BenchmarkSubscribe app - 80, Redis - 30 app - 45 , Redis - 14
BenchmarkRecover app - 84, Redis - 51 app - 51, Redis - 36
BenchmarkPresence app - 114, Redis - 69 app - 90, Redis - 60

@FZambia
Copy link
Member Author

FZambia commented Dec 19, 2022

Well, it's time to move on with release.

@FZambia FZambia merged commit 2dc1fc8 into main Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants