veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#redis

5 posts5 participants0 posts today

🚀 First working Redis with post-quantum mTLS using Falcon (NIST finalist) — running in a hardened Alpine container with OpenSSL 3.3.4 + oqs-provider.
⚙️ Falcon keys + certs generated inside the image, Redis launched via --tls-port, and PONGs confirmed via PQ mTLS.

📦 GitHub: github.com/zenthracore/zen.red
🐳 Docker: hub.docker.com/r/zenthracore/z

💡 This might be the first public Redis instance running on PQ crypto.

#PQC#Falcon#Redis

Redka là một dự án mới triển khai lại các chức năng của Redis nhưng sử dụng SQL làm nền tảng. Điều này mang đến một cách tiếp cận độc đáo cho việc quản lý dữ liệu, kết hợp sự quen thuộc của SQL với hiệu suất của Redis.

#Redka #Redis #SQL #Database #Tech #CơSởDữLiệu #CôngNghệ

antonz.org/redka/

antonz.orgRedka: Redis re-implemented with SQLA Redis-compatible Go server/package with a Postgres or SQLite backend.

🌘 GitHub - tidwall/cache-benchmarks:快取軟體基準測試
➤ 各種快取軟體效能的全面比較
github.com/tidwall/cache-bench
這個 GitHub 倉庫 `tidwall/cache-benchmarks` 提供了 Memcache、Redis、Valkey、Dragonfly 和 Garnet 等快取軟體的基準測試結果。測試在 AWS c8g.8xlarge 伺服器上進行,透過 `memtier_benchmark` 工具,針對不同的管道大小(1, 10, 25, 50)測量了吞吐量、延遲(50%、90%、99%、99.9%、99.99% 百分位數以及最大值)和 CPU 週期。每個基準測試都有 31 次運行,取中位數作為繪圖的依據。測試環境設定了多線程,並將 CPU 核心劃分給基準測試工具和快取伺服器。整個測試需要約兩週時間完成。
+ 這些基準測試對於選擇適合自己專案的快取方案非常有幫助,可以瞭解不同快取軟體在不同配置下的表現。
+ 測試結果
#效能測試 #快取 #Redis #Memcache

GitHubGitHub - tidwall/cache-benchmarks: Benchmarking Memcache, Redis, Valkey, Dragonfly, and Garnet caching software.Benchmarking Memcache, Redis, Valkey, Dragonfly, and Garnet caching software. - tidwall/cache-benchmarks

🌘 向量集合介紹:主要指令與概念 - YouTube
➤ Redis向量集合:顛覆傳統的向量搜尋方法
youtube.com/watch?v=kVApsFUeuEA
這段YouTube影片將解釋Redis新數據類型「向量集合」與傳統向量資料庫/索引的根本差異,並展示一些基本的指令和概念。影片旨在幫助觀眾理解向量集合的獨特性質和應用方式。
+ 終於有人解釋向量集合跟傳統向量資料庫的區別了,之前一直搞不清楚!
+ 期待能看到更多關於Redis向量集合實際應用案例的影片。
#數據庫 #Redis #向量搜尋 #向量資料庫

🚀 How White-Label WordPress #Reseller #Hosting Supercharges Your #Digital #Agency’s Growth

✅ Instant Setup with 1-Click #WordPress Deployments

🛠️ Launch & Iterate Faster with 1-Click #Staging, Push, & #Cloning

🎨 Pre-Built with Your Stack—#Themes & #Plugins Preloaded

💾 Bulletproof #Backup & #Restore System

🚀 Blazing WordPress Performance with #LiteSpeed + #Redis

🧳 Zero-Downtime Site #Migrations: We Do the Heavy Lifting

👉 blog.radwebhosting.com/how-whi

Server #Update / #Upgrade Day
- update my #Linux server OS #OpenSUSE Leap 15.6
- upgrade #Nextcloud from 30.0.7 to 30.0.12 and then 31.0.6
- upgrade #Redis for Nextcloud from 7 to 8
- learn that I have to dump/restore to upgrade #PostgreSQL and upgrade from 12 to 17
- upgrade #Traefik from 2.10.7 to 3.4.3
- upgrade #Vaultwarden to newest version
- deactivated #Quassel and #Jupyter since I didn't use them for at least 4 years
- clean up old #Docker images and containers to free some disk space

Doing shared memory tricks in #php to use as a cache is actually a lot faster than using #redis. Even while maintaining a registry to clear the cache on deploy/demand. Getting an almost free 30% perf increase. Adds a few lines of maintenance burden, but also saves us from running redis ofc.

Memcached vs #Redis #Cache This article provides a detailed comparison of #Memcached vs Redis cache.
What is Memcached?
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by reducing the database load.
🔍 Key Features

In-memory storage: Stores data in RAM, making it extremely fast.
Key-value store: Caches data using a simple string-based key-value ...
Continued 👉 blog.radwebhosting.com/memcach #selfhosting #selfhosted #opensource

RadWeb, LLC · Memcached Vs Redis Cache - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a detailed comparison of Memcached vs Redis cache.

Why is Redis just the absolute best glue between processes? Surely Linux/Unix has something just as good? But in my experience, there's literally nothing better for communicating between processes.

Don't get me wrong, I love Redis, but I just wonder why the best solution ended up being a memory based database and not something in the operating system itself.