Skip to content

Commit

Permalink
More inclusivity in prior knowledge assertions (redis#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
agent-ai-consulting authored Mar 16, 2023
1 parent f475ba7 commit b3d163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/patterns/twitter-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data layout using Redis, and how to apply different data structures.

Our Twitter clone, called [Retwis](https://github.com/antirez/retwis), is structurally simple, has very good performance, and can be distributed among any number of web and Redis servers with little efforts. [View the Retwis source code](https://github.com/antirez/retwis).

I used PHP for the example since it can be read by everybody. The same (or better) results can be obtained using Ruby, Python, Erlang, and so on.
I used PHP for the example because of its universal readability. The same (or better) results can be obtained using Ruby, Python, Erlang, and so on.
A few clones exist (however not all the clones use the same data layout as the
current version of this tutorial, so please, stick with the official PHP
implementation for the sake of following the article better).
Expand Down

0 comments on commit b3d163a

Please sign in to comment.