Somehow things got out of sync. Should be fixed
now.
> On Nov 6, 2016, at 2:59 PM, Jacob Champion <[email protected]> wrote:
>
> On 11/06/2016 05:32 AM, Jim Jagielski wrote:
>> This is weird... Are you using the stuff at the ASF??
>> The format warning are way wrong as well:
>>
>> /** Keyspace hits */
>> apr_uint64_t keyspace_hits;
>> /** Keyspace misses */
>> apr_uint64_t keyspace_misses;
>>
>> keyspace_* are obviously not apr_uint32_ts
>
> They're uint32s in my local copy too, and the version on the server:
>
> http://svn.apache.org/viewvc/apr/apr-util/branches/1.6.x/include/apr_redis.h?view=markup#l420
>
> Same for the version in APR 2.0. Did we miss some alternate instructions for
> the new code?
>
> --Jacob