Hacker News
- Redis-dump: Backup and restore Redis with JSON https://github.com/delano/redis-dump 8 comments
- Valkey Is Rapidly Overtaking Redis https://devops.com/valkey-is-rapidly-overtaking-redis/ 85 comments
- Redis Source Walkthrough: How the ECHO command is implemented https://app.codecrafters.io/walkthroughs/redis-echo-command 5 comments
- Show HN: RedixDB – a fast persistent key-value store with the Redis protocol https://alash3al.github.io/redix/ 24 comments
- Show HN: a better visual admin for redis http://blog.freeflow.io/reddish-a-better-visual-admin-for-redis 18 comments
- Nmap: new scripts for natpmp, riak, memcached, redis, socks, http-proxy, vmware http://seclists.org/nmap-dev/2012/q1/11 2 comments
- Node.js modules you should know about: redis http://www.catonmat.net/blog/nodejs-modules-redis/ 5 comments
- Redis 2.2.0 is out http://redis.io/download 9 comments
- Redis cloud service looking for alpha testers http://akasentai.com/ 2 comments
Lobsters
- Using a disk-based Redis clone to reduce AWS S3 bill https://wakatime.com/blog/45-using-a-diskbased-redis-clone-to-reduce-aws-s3-bill 3 comments databases
- Redis Streams and the Unified Log https://brandur.org/redis-streams 3 comments databases
- Building a Redis clone in Haskell https://honza.ca/2015/09/building-a-redis-clone-in-haskell 2 comments haskell , programming
- A Rant on Redis http://www.roguelazer.com/2013/12/a-rant-on-redis/ 4 comments databases , rant
- go-redis cannot set more than 9999 keys https://www.reddit.com/r/golang/comments/ix44m6/goredis_cannot_set_more_than_9999_keys/ 8 comments golang
- cl-redis: Separation of Concerns in Library Design http://lisp-univ-etc.blogspot.ru/2012/11/cl-redis-separation-of-concerns-in.html 5 comments programming
- Rearchitecting: Redis to SQLite https://wafris.org/blog/rearchitecting-for-sqlite 17 comments programming
- Valkey: The Open Source Alternative to Redis Backed by AWS, Google, Oracle https://www.cyberkendra.com/2024/03/valkey-new-alternative-to-redis.html 3 comments linux
- FYI, Redis is no longer open source as of yesterday https://redis.com/blog/redis-adopts-dual-source-available-licensing/ 136 comments selfhosted
- I built a different kind of DBMS think MongoDB x MySQL x Redis. CursusDB is an open-source secure distributed in-memory yet persisted document oriented database with real-time capabilities and it's own SQL like query language! https://github.com/cursusdb/cursusdb 20 comments programming
- A modern replacement for Redis and Memcached https://github.com/dragonflydb/dragonfly 19 comments coding
- How to store subscriptions? A practical guide and analysis of 3 selected databases A closer look into PostgreSQL, Redis, and DynamoDB. https://medium.com/schibsted-engineering/how-to-store-subscriptions-a-practical-guide-and-analysis-of-3-selected-databases-dcfd06b747a4 111 comments programming
- Incident on Python 2 to 3 Migration: Redis Cache and Pickle https://fazlerabby7.github.io/incident-on-python-2-to-3-migration-redis-cache-and-pickle/ 4 comments python
- The "Build your own Redis" challenge https://www.reddit.com/r/learnprogramming/comments/l20t2q/the_build_your_own_redis_challenge/ 15 comments learnprogramming
- I spent a couple hours a night these last two months making a shared virtual whiteboard. You can draw on it and add post-its and stuff. It's a lot of websocket stuff, backend is a mixture of redis and mongoDB and Node, running on AWS. Simultaneous drawing is weird, but hey, it's free. https://boardsha.re 68 comments programming
- What is the best way to connect to Redis? https://www.reddit.com/r/rails/comments/jvr3me/what_is_the_best_way_to_connect_to_redis/ 13 comments rails
- Redis 5.0 Compatibility for ElastiCache https://aws.amazon.com/blogs/aws/new-redis-5-0-compatibility-for-amazon-elasticache/ 5 comments aws
- Streams: a new general purpose data structure in Redis. http://antirez.com/news/114 3 comments programming
- Abusing Haskell dependent types to make Redis queues safer https://medium.com/@zyxoas/abusing-haskell-dependent-types-to-make-redis-queues-safer-cc31db943b6c 6 comments haskell
- Using Redis for Distributed Locks with Go https://kylewbanks.com/blog/distributed-locks-using-golang-and-redis 15 comments golang
- Redis persistence demystified http://oldblog.antirez.com/post/redis-persistence-demystified.html 2 comments programming
- SwarmWeek Part 2: Rescheduling Redis with Swarm http://localhost:4000/2016/03/10/fun-with-swarm-part2/ 8 comments docker
- My reddit-style music platform. Upbeat. (written in node+angular+express+redis) https://www.upbeatapp.com/ 77 comments javascript
- China version of Twitter uses 18tb Redis cluster http://www.xdata.me/?p=301 4 comments sysadmin
- A network of data consumers and producers with Go, UDP, Redis and ZeroMQ http://blog.new-bamboo.co.uk/2013/09/17/micro-network-daemons-in-go 3 comments golang
- Redis 2.6.0 Releaesd http://redis.io/download#2.6.0 19 comments programming
- Redis for win32 and the Microsoft patch http://antirez.com/post/redis-win32-msft-patch.html 35 comments programming
- A python ORM for Redis - RORM http://v1v3kn.tumblr.com/post/7222117259/a-python-orm-for-redis-rorm 11 comments programming
- How does the Redis server work? http://pauladamsmith.com/articles/redis-under-the-hood.html#redis-under-the-hood 6 comments programming
- Redis Sharding at Craigslist http://blog.zawodny.com/2011/02/26/redis-sharding-at-craigslist/ 5 comments programming
- Redis Presharding http://antirez.com/post/redis-presharding.html 7 comments programming