From 597a5a577b0ac367afc8aca3451b979560b67e44 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sun, 21 Jan 2024 18:59:54 +0100 Subject: [PATCH] Update Redis.md --- "Cheat Sheets \360\237\220\233/DevOps Services/Redis.md" | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git "a/Cheat Sheets \360\237\220\233/DevOps Services/Redis.md" "b/Cheat Sheets \360\237\220\233/DevOps Services/Redis.md" index 2120cc37a..2ad0a3c59 100644 --- "a/Cheat Sheets \360\237\220\233/DevOps Services/Redis.md" +++ "b/Cheat Sheets \360\237\220\233/DevOps Services/Redis.md" @@ -1,7 +1,6 @@ When you encounter a Redis instance and you quickly want to learn about the setup you just need a few simple commands to peak into the setup. Of -course it doesn't hurt to look at the official [full command -documentation](http://redis.io/commands), but below is a listing just +course it doesn't hurt to look at the official [full command documentation](https://redis.io/commands), but below is a listing just for sysadmins. ### Accessing Redis @@ -272,9 +271,7 @@ Install the Redis tools and run the provided benchmarking tool redis-benchmark -h [-p ] -If you are migrating from/to memcached protocol check out [how to run -the same -benchmark](http://lzone.de/blog/Benchmarking-Redis-and-Memcache) for any +If you are migrating from/to memcached protocol check out [how to run the same benchmark](https://lzone.de/blog/Benchmarking-Redis-and-Memcache) for any key value store with memcached protocol. #### Debugging Latency