djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

JRuby should use Timeout instead of SystemTimer #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SystemTimer does not work on JRuby and Timeout doesn't have the issues that is 
has in MRI < 1.9

Could you modify lib/redis.rb to the following:

From:  
  if RUBY_VERSION >= '1.9'

To:
  if RUBY_VERSION >= '1.9' || RUBY_PLATFORM =~ /java/

Original issue reported on code.google.com by bradpar...@gmail.com on 18 Jun 2010 at 5:57

GoogleCodeExporter commented 9 years ago
Are you using the 'redis' gem?

If so, please load issues into http://github.com/ezmobius/redis-rb/issues

Original comment by damian.j...@gmail.com on 18 Jun 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Sorry this is not the right place to report Redis clients bugs! This place is 
just for the server itself.

Cheers,
Salvatore

Original comment by anti...@gmail.com on 31 Aug 2010 at 11:11