Handle "inf" as well as "+inf"
Redis (v2.8 and v3) returns "inf" for positive infinity values, but here a "+inf" is expected. So changed the code to work with both: "+inf" as well as "inf". See Issue #287: https://github.com/StackExchange/StackExchange.Redis/issues/287
Showing
Please register or sign in to comment