Home New Trending Search
About Privacy Terms
Posts
Madelyn Olson's posts

More competitive than I expected:
cmdstat_bitfield:calls=10020,usec=4535,usec_per_call= 0.45
cmdstat_incr:calls=10020,usec=3670,usec_per_call= 0.37

I thought all the arg parsing would make it a lot slower

1 week ago 1 0 0 0

Honestly, I like your solution more, but you can abuse bitfields with overflow too!
```
> BITFIELD b OVERFLOW WRAP INCRBY u1 0 1
1) (integer) 0
> BITFIELD b OVERFLOW WRAP INCRBY u1 0 1
1) (integer) 1
9> BITFIELD b OVERFLOW WRAP INCRBY u1 0 1
1) (integer) 0
```

1 week ago 1 0 1 0

Some things kiro did:
1. Got frustrated at TCL, wrote it's own TCL framework
2. Wrote custom scripts to run valgrind and then wrote a readme for them
3. Wrote a brand new workflow.yaml file to include *JUST* the new test

Some things kiro did not do:
1. Actually notify the bio queue on shutdown

2 weeks ago 2 0 1 0

I do love kiro, but sometimes it feels like a toddler. I asked it make a small update, and then 15 minutes later:

> [bio_safe_shutdown 6d3ee79bd] Add safe shutdown mechanism for BIO threads
61 files changed, 42479 insertions(+), 5 deletions(-)
> Perfect! The implementation is complete.

2 weeks ago 0 0 1 0

The fact the url is "contact-sales/claude-for-oss" is really turning me off from recommending it to folks, I'm sure it's six months and then sales calls.

2 weeks ago 1 0 1 0

I wonder if generative AI is going to kill Amazon's writing culture. A doc that would have normally taken 1-2 weeks of thoughtful revision, can now be written by the frontier models with some MCPs to collect the data. The point of writing was to bring clarity. It's so easy to skip to the end now.

1 month ago 0 0 0 0
Preview
[NEW] Proposal: RESPB Binary Protocol for Valkey · Issue #2992 · valkey-io/valkey TL;DR RESPB is a binary wire protocol that replaces RESP text parsing with fixed-size opcodes and length-prefixed payloads. Working implementation shows 2.3x GET throughput, 46% lower SET latency, ...

We are considering a RESP4 (or maybe an extension to RESP3), github.com/valkey-io/va.... Specifically to better address multiplexing and improve performance. Part of the reason we're trying to have our own ecosystem.

2 months ago 1 0 0 0

A goal of Valkey is to mostly be a superset of the Redis APIs, but we also don't want to be constrained by decisions that Redis makes. We added new observability APIs in Valkey, and without client support it's harder for end users to adopt.

2 months ago 0 0 0 0

It's AWS funding most of it, it's not a secret. We actually started it before the fork, to try to have a more unified interface across clients. We've continued working on them after the fork.

2 months ago 3 0 0 0
Post image Post image

🎉 Don’t miss out! The Unlocked Conference hits Jan 22 in San Jose, CA! #Valkey sessions you’ll love:

- Valkey in production
- Performance improvements in Valkey 9.0

🔥 Special deal: Register for just $99 with code LF99 (normally $200)!

✨ Spots are limited unlocked.gomomento.com/events/unloc...

2 months ago 1 1 0 0
Preview
Unlocked Conference 2026 A conference built for performance engineers who want to scale Valkey and push low-latency architectures to their limits.

I love small intimate conferences to spark creatively. Which is why I'm co-hosting a large scale performance focused conference in San Jose early next year with Momento. We have a lot of cool speakers signed up, come join if you're interested.

You can register at unlocked.gomomento.com

3 months ago 1 0 0 0
Preview
Releases · valkey-io/valkey A flexible distributed key-value database that is optimized for caching and other realtime workloads. - valkey-io/valkey

Last Friday, #Valkey released fixes for 7.2, 8.0, and 8.1 to address some Lua vulnerabilities that may allow RCE from an authenticated user. It's a good time to remind folks to always lock down your Valkey instances, even in secure environments. See github.com/valkey-io/va... for all the details)

5 months ago 7 0 0 0
Demystifying Valkey Clustering: Architecture, Fault Tolerance, and Scalability - Harkrishn Patro
Demystifying Valkey Clustering: Architecture, Fault Tolerance, and Scalability - Harkrishn Patro YouTube video by Valkey

I really enjoyed a talk by Harkrishn Patro, which dives into how the clustering system works in Valkey www.youtube.com/watch?v=P6Cb....

6 months ago 0 0 0 0
Preview
Keyspace 2025 - YouTube

If you weren't able to attend the recent Valkey event in Amsterdam, maybe you missed the Keyspace notification, you can see all the talks here www.youtube.com/playlist?lis... with slides posted valkey.io/events/keysp.... Check it out!

6 months ago 3 0 2 0
Post image

Today we announce DocumentDB has joined the LF with support from Microsoft, AWS and many more. Check it out.

www.prnewswire.com/news-release...

6 months ago 2 2 0 0

That's basically correct. It started out of customer conversations using ElastiCache without really understanding the nuanced durability/consistency tradeoffs. Once we explained it to them, many of them still chose to keep yolo'ing it though.

7 months ago 3 0 1 0
Valkey Documentation · Cluster tutorial

For cluster mode, we documented the procedure here for Valkey valkey.io/topics/clust..., but nothing has changed with respect to Redis AFAIK here.

7 months ago 0 0 0 0
FAILOVER Starts a coordinated failover from a server to one of its replicas.

I see some mention of using `CLIENT PAUSE`, but there is a safer variant in `FAILOVER` redis.io/docs/latest/... with standalone distributions. It will automatically pause incoming writes, wait for a replica to catch up, then orchestrate the failover.

7 months ago 0 0 1 0

Awesome! A fun fact about Valkey, is that the name originally came from ValkyrieDB. We change it because only about half of the folks on my team were able to spell Valkyrie.

8 months ago 3 0 1 0

A lot of people like `valkey-extended`. We are noodling between that valkey-bundle now. Thanks for the input!

9 months ago 1 0 0 0

So the #Valkey project is working on a packaged version of Valkey along with popular extensions (like LDAP authentication and vector similarity search). The plan is to call it `valkey-extensions`, but that the name might imply it's just extensions and not the core. Folks have better ideas/thoughts?

9 months ago 1 0 1 0
Real-World Tuning of Valkey: A Deep Dive into Benchmarking and Optimization | LinkedIn

It's a bit last minute, but if anyone is interested in a live stream about tuning Valkey to run efficiently on multiple cores, we'll be hosting it in a couple of hours www.linkedin.com/events/73360.... There will be a recording as well.

9 months ago 0 0 0 0
Preview
A year on, Valkey charts path to v9 after break from Redis Interview: Fork focuses on stability and inclusion as it preps for more ambitious changes

Redis relicensed (under AGPL, which many cannot use). Valkey project, a Redis fork and still under an #opensource BSD license, continues to thrive in adoption and community at @linuxfoundation.org. Read more about what's next for Valkey:

www.theregister.com/2025/05/15/a... @valkeyio.bsky.social

9 months ago 18 3 0 0
Preview
Valkey Turns One: How the Community Fork Left Redis in the Dust - Momento Valkey is not only thriving, but now outperforming Redis 8.0 in real world benchmarks.

Just read a great blog by a friend about how to properly measure the performance of Valkey and Redis. When evaluating high performance systems, there are a lot of parameters which can affect the total throughput and it's easy to come up with "synthetic numbers". www.gomomento.com/blog/valkey-...

10 months ago 3 0 0 0
Preview
Reliable Cross-Cloud Kubernetes on Spot Instances with Architect Live migrate entire Kubernetes clusters — stateful workloads included — between AWS, Azure, GCP and bare metal with zero downtime. With Architect and PVM you can cut cloud costs by up to 90% and end v...

What if we could pick up a k8s cluster and move it w/out service disruption?

We demo’d this at Kubecon NA 2024 by moving a @kubernetes.io cluster running Valkey from AWS to Azure and then GCP all without disruption! this is pure magic from @felicitas.pojtinger.com .

loopholelabs.io/blog/zero-do...

10 months ago 4 4 0 1
Preview
Release 8.1.1 · valkey-io/valkey Upgrade urgency SECURITY: This release includes security fixes we recommend you apply as soon as possible. Security fixes (CVE-2025-21605) Limit output buffer for unauthenticated clients (#1994) ...

We have three new releases of #Valkey which include security fixes. Please consider upgrading if you have a publicly accessible Valkey instance or apply a mitigation to the CVE.
- github.com/valkey-io/va...
- github.com/valkey-io/va...
- github.com/valkey-io/va...

10 months ago 4 1 0 0
Photo of Madelyn Olson on stage at Monki Gras in front of a slide showing the quote “"We optimize for joy. We believe writing code is a lot of hard work, and the only way it can be worth is by enjoying it. When there is no longer joy in writing code, the best thing to do is stop. To prevent this, we'll avoid taking paths that will make Redis less of a joy to develop." by antirez

Photo of Madelyn Olson on stage at Monki Gras in front of a slide showing the quote “"We optimize for joy. We believe writing code is a lot of hard work, and the only way it can be worth is by enjoying it. When there is no longer joy in writing code, the best thing to do is stop. To prevent this, we'll avoid taking paths that will make Redis less of a joy to develop." by antirez

It’s @reconditerose.bsky.social quoting antirez at #MonkiGras on the importance of optimising for joy!

"[..] We believe writing code is a lot of hard work, and the only way it can be worth is by enjoying it. When there is no longer joy in writing code, the best thing to do is stop. [..]”

11 months ago 10 1 1 0
Valkey

Maybe its time to try valkey.io, the modern open source alternative :)

11 months ago 2 0 0 0

Haha, oops. I'm a contributor to Valkey, so I've worked on it :). I know many obscure things about the engine.

1 year ago 1 0 0 0
Valkey · Storing more with less: Memory Efficiency in Valkey 8 Learn about the new memory efficiency improvements in Valkey 8 which reduces memory overhead, which allows more data to be stored in the same amount of memory.

I'm personally more excited about the memory efficiency stuff Valkey built though, you can read about it here: valkey.io/blog/valkey-...

1 year ago 1 0 1 0
Madelyn Olson
Madelyn Olson
@reconditerose
221 Followers 10 Following 47 Posts
Posts Following