Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #redis
Sat, February 9, 2019
2 min read
Steps to build specific version Redis server [Docker Edition]
How to run a specific Redis version on Docker and verify it via redis-cli INFO Server.
read more →
Wed, November 21, 2012
1 min read
[Mac] Installing Redis with Homebrew
Installing Redis via Homebrew, setting up launchctl auto-start, and connecting with redis-cli.
Mon, January 5, 2026
Rate Limit Storage Selection: PostgreSQL vs Redis
Comparing PostgreSQL and Redis as storage for rate limiting. We explain our decision to choose PostgreSQL based on the YAGNI principle, considering current rate limit settings and existing API request flow.
Tue, October 7, 2014
[Redis] Command to get all values of keys containing a specific string
A one-liner combining redis-cli KEYS and MGET via xargs to fetch all values for keys matching a prefix.
Tue, November 19, 2019
Redis Replication (Master-Slave) Environment Setup [docker-compose Edition]
Setting up and verifying a Redis master-slave replication environment with docker-compose.
Sat, April 17, 2021
Deciding Whether to Enable or Disable Redis TLS Support
Two perspectives — zero trust vs. safe-within-VPC — for deciding whether to enable Redis TLS.