Closed ebaxt closed 9 years ago
The redis backend throws a NPE when get-hour is called if there is no "hourname" key set.
(get-hour [self] (Integer/parseInt (car/with-conn pool spec (car/get hourname))))
Thanks!
The redis backend throws a NPE when get-hour is called if there is no "hourname" key set.