Daniel Lo

Results 14 comments of Daniel Lo

Looks like this belongs to the resque gem: https://github.com/resque/resque/blob/master/lib/resque/data_store.rb#L103

The warning originates here: https://github.com/redis/redis-rb/blob/master/lib/redis/pipeline.rb#L56

I looked though the redis-namespace code and found the following which may be of interest: https://github.com/resque/redis-namespace/blob/master/lib/redis/namespace.rb#L529 ``` def namespaced_block(command, &block) if block.arity == 0 redis.send(command, &block) else redis.send(command) do |r|...

For those that are curious, this came about because my code checks for double entries. If the first_name and last_name are repeated with in the last X minutes, then it...

While, this is being figured out, would the repo accept a README.markdown update to notify people of the change of behavior for rails tests? (So others do not run into...

Thank you. I've been wanting to handle this however, work has been hard on me.

> Really? We're using Rails 7.1 with Rack 2.2 just fine. Thank you for the confirmation that it works. Looking though the dependencies I found that this setup works ```...

+1 ran into this problem; but for linked in.