Redis
SoftwareWikipedia
103
MENTIONS
51
EPISODES
44
PODCASTS
Search complete. 103 mentions across 51 episodes found for "Redis".
Sep 11, 2026
Episode 367 - Ryan Castillo
C
54:51Chris OliverHOST
after it deployed successfully.
C
54:53Chris OliverHOST
But it was like, a Redis and Action Cable don't seem to be connecting properly.
C
54:58Chris OliverHOST
So then it goes and reads the source code for Campfire.
C
55:02Chris OliverHOST
And Claude then was like, oh, they've hard-coded this so that it uses the Redis host name because it's using the Docker container name.
C
55:12Chris OliverHOST
And let me just go in Hatchbox, create these two overrides during deployments and override these two files.
C
55:19Chris OliverHOST
And then that way you can use the environment variable to change the Redis URL to what Hatchbox needs.
C
55:26Chris OliverHOST
It can use SQLite and everything like the ones products use.
C
55:31Chris OliverHOST
And it's wild that it could override it.
Caching is a cop-out
H
9:42Hussein NasserHOST
And let's just put it in the centralized.
H
9:43Hussein NasserHOST
And then Redis came into a picture.
H
9:45Hussein NasserHOST
I mean, cache D was an example.
H
9:46Hussein NasserHOST
Another cache is an example.
What Is the Computer For Now?
T
34:37ThorstenHOST
You make the system legible to the agent.
T
34:39ThorstenHOST
So it knows kind of what the different parts are, right? It's, In a normal web app, obviously the agent knows that the database is important and Redis is used for cache and whatnot.
T
34:48ThorstenHOST
But if you have a slightly more complex setup, you need to kind of explain how stuff fits together.
T
34:53ThorstenHOST
So that's one thing we're doing this week.
Query binding masks, testing best practices, and codebase audits
J
7:07Jake BennettHOST
And that will sum across every queue connection that it knows about and give you those values back.
J
7:14Jake BennettHOST
This is implemented for the Redis database failover and fake drivers.
J
7:18Jake BennettHOST
Thanks, Jack Bayless, for that one.
J
7:20Jake BennettHOST
Vectors distance queries on MariaDB, they were previously where vectors similar to, and they have been moved to the grammar following the pattern already used for, let's see here.
AWS Bought DuckLabs and users want their own agents
M
9:25Mehdi OuazzaHOST
Spark, uh, you know, Databricks was really successful actually, and Confluent pretty well, uh, being acquired after by IBM.
M
9:33Mehdi OuazzaHOST
Uh, Redis, that's another story that actually didn't go really well.
M
9:36Mehdi OuazzaHOST
Um-
D
9:37Dumky de WildeHOST
Yeah
I Built a Mail Server From Scratch and Spent Most of My Time on Four DNS Records
A
4:29Artificial IntelligenceNARRATOR
Choose to set your own or to generate a random one and save whatever it gives you immediately because it is printed once.
A
4:36Artificial IntelligenceNARRATOR
Memcached, Redis, Watchdog.
A
4:38Artificial IntelligenceNARRATOR
Yes to Watchdog.
A
4:40Artificial IntelligenceNARRATOR
It restarts services that die.
Are You Really Learning to Code If AI Does It for You?![[Dev]olution](https://particle.news/cdn-cgi/image/format=auto,width=128/https://cdn.particle.pro/url/media/7e33e3db-fcc5-58eb-a77f-9b7c5c466bc5/39a026b401bed59e7db5213b0033f9b346c6805d6aa31df79245026157078a44)
N
34:17Nicky PikeHOST
I'm, I'm imagining that you're seeing this with coding challenges and people that are coming in asking those questions, "Well, can't I just ask AI to do this?"
J
34:25John CrickettGUEST
I am, and back to my earlier point, when they're saying to AI, "Can you build me a Redis clone?" or something, they're not learning anything.
J
34:32John CrickettGUEST
If they go back to AI and say, "I wanna build a Redis clone.
J
34:37John CrickettGUEST
How do I build a protocol parser? Don't give me the code, give me the hint and the lesson, and then review my code," it's better than anything else because you can get that equivalent to the book.
J
34:48John CrickettGUEST
It can give you the kind of two or three, you know, the sort of relevant two or three pages, if you will, of the book, so it can take you straight there, and you couldn't have searched a book.
I Need Coffee - Episode 218 - Weekly BC Review!
S
40:05Steve EndowHOST
He is dropping zero days on a daily basis now.
S
40:08Steve EndowHOST
So he says, Kimi K3 exploited the latest Redis server with a zero day at Discovered.
S
40:14Steve EndowHOST
Took 27 minutes with 32 agents.
S
40:19Steve EndowHOST
phenomenal.
Kubernetes Can Run Your Database. Your Team Can't., with Kat Cosgrove
S
33:58Salman IqbalHOST
Yeah.
S
33:58Salman IqbalHOST
So basically what you're saying is something like caching, like Redis, that's a good candidate for running a Kubernetes stuff like Mongo and your actual, I think you said it quite nicely when you said, well, any critical databases, keep them outside the Kubernetes cluster unless you really want to.
S
34:13Salman IqbalHOST
So that's cool.
S
34:15Salman IqbalHOST
So I'm going to close this section by asking you to complete the sentence.
S
35:33Salman IqbalHOST
You have the right teams, right knowledge.
S
35:35Salman IqbalHOST
you can run databases on Kubernetes.
S
35:36Salman IqbalHOST
And then in the end, we came to, you know, you mentioned some of the workloads that fit really well to run on like databases on Kubernetes, things like caches that you can run like Redis.
S
35:46Salman IqbalHOST
So that's great.
2025 FOSS4G NA | Evolving the Trip Analytics Platform - Annie Cartas
A
11:54Annie CartasGUEST
And lastly is caching.
A
11:55Annie CartasGUEST
So we've always had a Redis cache.
A
11:58Annie CartasGUEST
So the Redis cache, I guess I'll get into that in a sec.
A
12:02Annie CartasGUEST
So the issue is that even with PostGIS, some of the complex queries are costly, and so we want to avoid repeating them as often as possible.
A
12:11Annie CartasGUEST
So we're taking kind of a three-pronged approach right now.
A
14:26Annie CartasGUEST
If your cache is already full, it throws away, for example, the thing that no one's accessed in three weeks and just kind of cycle like that.
A
14:35Annie CartasGUEST
So this isn't working perfectly for us yet.
A
14:37Annie CartasGUEST
I think originally we had thought that we didn't need to do all of it and started ignoring the Redis caching.
41 more episodes mention Redis.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.