Mike Perham

Results 387 comments of Mike Perham
trafficstars

I'm not really a fan of paginating the data. The data is sorted so the top rows are the ones really needing attention. We could increase the row count to...

@mirabilos That's the "thundering herd" problem discussed in #1226. A solution is to use a caching proxy in front of GtS, have GtS create short lived cache entries for each...

Sidekiq 7 requires RESP3 because of the better type support. Does Garnet plan to support it? I don't see any mention on the public roadmap: https://microsoft.github.io/garnet/docs/welcome/roadmap

...and the Redis 6.2 command set, things like BITFIELD_RO are used for queries. I'm not clear on which commands Garnet might be missing vs Redis 6.2.

Ah, it looks like Garnet doesn't support blocking list operations so it's a non-starter for job systems. I hope this will change in the future.

brpop, blmove and these: https://github.com/sidekiq/sidekiq/blob/cee6f0eb36fe71a4300ccd715c0cf5bd2ab1d9d0/lib/sidekiq/redis_client_adapter.rb#L27-L32

Related, see my recent Faktory PR which adds a typed structure for INFO.

This repo is not active. See readme. On 4 Apr 2013, at 06:18, Petr Kaleta [email protected] wrote: > You can test this issue even with sinatra example in your repository,...

What doesn't work?

+1 to this. Seems like more people are moving to key=value pairs in Rails request production logging.