Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created October 25, 2024 01:27
Show Gist options
  • Select an option

  • Save wilmoore/bba79ae78edc5041c8717a311fd97acd to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/bba79ae78edc5041c8717a311fd97acd to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: Redis :: Training :: Courses :: Advanced Redis :: 1. Installing and Setting up Redis :: Redis optimizations

Software Engineering :: Database :: Redis :: Training :: Courses :: Advanced Redis :: 1. Installing and Setting up Redis :: Redis optimizations

⪼ Made with 💜 by Polyglot.

Optimizing Redis

image

Benchmarking

The redis-benchmark utility simulates running commands by N clients by sending M total requests

The USE Method

Redis recommends the USE method (Utilization Saturation and Errors) to determine bottlenecks in performance.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment