🌗 RedisInsight | Redis
➤ RedisInsight是一個強大的數據可視化工具,用於優化Redis數據和開發實時應用程序。
https://redis.io/docs/ui/insight/
RedisInsight是一個強大的工具,用於在Redis或Redis Stack中可視化和優化數據,使實時應用程序開發比以往更輕鬆有趣。它提供了GUI和CLI兩種交互方式,並具有多種功能,包括瀏覽、分析、命令行界面、工作臺、數據庫分析、Redis Streams支持、搜索功能、批量操作、慢日誌、插件和遙測等。
+ 這個工具看起來非常有用,可以幫助我們更好地管理和優化我們的Redis數據。
+ RedisInsight的GUI和CLI交互方式非常方便,讓我們可以更輕鬆地進行數據操作和分析。
#Redis #RedisInsight #數據可視化
RedisInsight

Visualize and optimize Redis data

Redis

I have been joking for a while that I am searching for my next language to add to my resume, and I am strongly leaning towards #Go and #Rust. I have used Go in a few projects, but honestly, I haven't even touched a line of Rust.

That being said, alongside this, I think I am finally going to add #Lua to my arsenal as well. I've been using #Neovim and would love to easily be able to write my own extensions, and I also see that #Redis has support for it.

Earlier today, I wanted to delete all keys in my Redis database with some <key>:<id>. I was a bit lazy and messed around. So I asked #ChatGPT just for a quick #CLI command. Which it basically said wasn't possible.

So I had 1 of 2 options. Write 5 lines of Python just randomly in my existing main file. OR! I see that #RedisInsight supports Lua!

Why do something in 5 minutes in 5 lines if I can automate it in a day by learning an entire new language?🙆‍♂️

#Monday #DevStories #development #tech