go-rest-api-server
go-rest-api-server copied to clipboard
id = 0 is missing in some implementations
In go implementation, you reset the id if it's above 10,000. It seems that the reset is missing in Perl's fetch_memcached, Ruby's fetch_mysql and fetch_memcached.
I'll fix it.