Closed GoogleCodeExporter closed 8 years ago
Hello,
tried to reproduce with the following Ruby script:
require 'rubygems'
require 'redis'
require 'digest/sha1'
r = Redis.new
r['x'] = 1
1000000000.times{
r.incr('x')
}
Works perfectly, I see a save every second. What version of Redis are you using?
Maybe you forgot to specify the config file as argument of ./redis-server?
It is very strange. If you can give more details and double check that this
really
what it seems I'll try to fix the bug if any.
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 26 Nov 2009 at 11:06
Tested again, this time with latest from Github. Problem did not manifest
itself, so
whatever the issue was it's fixed in the newest code. Apologies for the false
alarm.
Original comment by rlowe%pa...@gtempaccount.com
on 27 Nov 2009 at 2:58
Original comment by anti...@gmail.com
on 23 Aug 2010 at 4:07
Original issue reported on code.google.com by
rlowe%pa...@gtempaccount.com
on 26 Nov 2009 at 9:15