Problem/Motivation
Follow-up from #2701903: Tests for: Setting prefix_key is not use by memcache, I'm re-uploading mcdruid's patch from that issue.
The 7.x branch retains the first few characters of hashed keys for debugging purposes, the 8.x branch does not.
Proposed resolution
Re-implement the 7.x logic again.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| 2701903-20.patch | 699 bytes | catch |
Comments
Comment #3
catchComment #4
catchComment #5
catchThis is a direct copy of the 7.x logic and looks fine to me.
Comment #7
damiankloip commentedNice, thanks catch. and mcdruid for the original patch/report!