major storage refactor into single insert function
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Mar 2011 22:38:44 +0000 (23:38 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Mar 2011 22:38:44 +0000 (23:38 +0100)
commit511491c1b89f88829fb9a42742ab22583bc4ad43
tree09817d406707ec9faf29f1c7fcb09d24ffe80c5c
parent74e0bc3bf992da1cc3cc02cee055d29c8795568e
major storage refactor into single insert function

This change also generates timestamps at correct places inside
perl code and store them in redis for inspection

This allows us to have correct event timestamps, regarding of queue for store
(which delayed now() trigger in database which we used before)

Additional benefit is that we don't have to finght different operating system
and database timezones.
gearman_driver.pl
lib/APKPM/Davolink.pm
lib/APKPM/Poll.pm
lib/APKPM/Store.pm
lib/APKPM/VOICE.pm
t/Store.t