https://bugzilla.wikimedia.org/show_bug.cgi?id=59623
--- Comment #2 from dr0ptp4kt <[email protected]> --- RedisBagOStuff returns it as a string. Like you suggest, MemcachedPeclBagOStuff returns it as an integer. The underlying Redis library's get() is documented as returning stuff as a String type, and PECL memcached's get() is documented as returning mixed types. Modification of RedisBagOStuff's serialize and unserialize to make it more like PECL memcached-like would break the Redis INCR/DECR commands. Given that we know getDefinitionMtime needs to return an integer type, can we move forward with this? If not, what do you propose? I'm fine unbasing the dependent change for the URL given that we know in production things will continue working, but I also want to future proof this in case the memory cache provider changes. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
