Mike Perham

Results 385 comments of Mike Perham
trafficstars

I can do that. I was planning a patch release soon anyways.

If I add this as the first line of my Lua script: ```lua #!lua flags=allow-undeclared-keys ``` then I get: ``` ERR Error compiling script (new function): user_script:1: unexpected symbol near...

Are script tags not backwards compatible with Redis then? I can't use it if it doesn't work transparently with Redis.

I believe Redis uses Lua 5.1 and Dragonfly uses Lua 5.4. Was the `#` comment style added in the newer versions?

Thank you, the other big item needed by packages like Sidekiq is the `noeviction` maxmemory policy from Redis. Jobs are transactional data and cannot be discarded like a cache. Does...

@TalZaccai Unfortunately I'm on macOS and can't build a custom binary since dotnet only supports windows and linux according to your getting started page. If you can point me to...

Alas, Sidekiq migrated to RESP3 in v7 for better datatype support. That's a showstopper. EVALSHA is not critical to Sidekiq so we can live without it (although Sidekiq Pro and...

I mistook an error with `flushall` as an error with RESP3 in general. The Sidekiq test suite is now running with about 90% passing. With stock Redis 6.2: ``` src/sidekiq...

I will need to test but won't be in the office until 8/26.