Rate Limiting in spring boot with Redisson - Part 2
You can check all the redis commands that redission is running by enabling redis logs, For steps check this: https://til.hashnode.dev/enable-redis-logs
Let's see the logs
"EVAL"
"redis.call('hsetnx', KEYS[1], 'rate', ARGV[1]);
redis.call('hsetnx', ...
til.hashnode.dev5 min read