Post #2302354
2026-05-08 05:21 UTC
@ai6yr@m.ai6yr.org @stfn@fedi.stfn.pl Does redis even have a REST API which allows you to get and set keys? Because I've been scanning https://redis.io/docs/latest/operate/rs/references/rest-api/ for like 15 minutes and it seems like you can do anything except work with data.
Replies (1)
-
@ai6yr@m.ai6yr.org 2026-05-08 05:26
@ryan@m29.us @stfn@fedi.stfn.pl That looks like the management API. But yeah, doesn't look like it has an out-of-the-box REST API that gives you access to the GET/PUT interface that redis kind of revolves around. https://redis.io/docs/latest/develop/get-started/data-store/