Skip to content

Commit 8292af7

Browse files
committed
update
1 parent d65cdc7 commit 8292af7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

youtube/episode-1.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
3131
*Optionally show the diagram image from the README.*
3232

33-
> "Ganesha implements this pattern in PHP."
33+
> "This pattern was popularized by Michael Nygard in his 2007 book *Release It!*, and Martin Fowler later wrote a well-known article about it on his website. If you want to go deeper on the concept, Fowler's article is a great starting point — I'll link it in the description.
34+
>
35+
> Ganesha implements this pattern in PHP."
3436
3537
---
3638

@@ -75,7 +77,7 @@ $ganesha = Ackintosh\Ganesha\Builder::withCountStrategy()
7577
> - `failureCountThreshold(3)` — the circuit trips after 3 consecutive failures
7678
> - `intervalToHalfOpen(10)` — 10 seconds after tripping, Ganesha allows one trial request through
7779
>
78-
> The adapter is how Ganesha persists its state. Here I'm using Redis. Ganesha supports several adapters — Redis, Memcached, APCu, and MongoDB."
80+
> The adapter is how Ganesha persists its state. Here I'm using Redis. Ganesha supports multiple storage adapters — Redis and Memcached are the ones I'd recommend."
7981
8082
---
8183

0 commit comments

Comments
 (0)