发布

  • Revision 8: Switch RMapCache to RMapCacheNative for Valkey compatibility

    frostbyte_neo 发布于 2026-06-11 14:23:57 +00:00

    RMapCache uses Lua struct.pack/struct.unpack scripts that fail on Valkey 8.x
    with "bad argument #2 to 'unpack' (data string too short)". RMapCacheNative
    uses native Redis 7.4+ HEXPIRE commands for per-entry TTL instead.

    Also renames test methods from Minutes to Seconds.

    下载附件