func (s *RedisStore) Increment(key string, value ...int) (int, error) {
    err := s.pushStandardKeys(key)
    if err != nil {
        return 0, err
    }