From ca0c72789ba87791829001d259000b2966d9d6e4 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 19 Jun 2026 10:57:10 +0200 Subject: feat: added additional capability to HTTPClient --- shell_scripts/useful_commands.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell_scripts') diff --git a/shell_scripts/useful_commands.sh b/shell_scripts/useful_commands.sh index 8ff604e2..4b46ad2c 100644 --- a/shell_scripts/useful_commands.sh +++ b/shell_scripts/useful_commands.sh @@ -17,3 +17,7 @@ redis-cli -h localhost -p 6379 XRANGE postgres_topic - + XTRIM postgres_topic MAXLEN 0 # https://codesignal.com/learn/courses/mastering-redis-for-high-performance-applications-with-java-and-jedis-1/lessons/redis-streams-with-java +# +# Creating a group for consumers to read from stream +XGROUP CREATE mystream mygroup 0 + -- cgit v1.2.3