Skip to content

多语言混合编程,.net6用EasyCaching读不了python写的Memcached缓存,请问EasyCaching应该怎么读呢?谢谢 #483

Open
@Nova2000

Description

@Nova2000

Description

[Description of the bug or feature]
多语言混合编程,.net6用EasyCaching读不了其他团队python写的缓存,
尝试了以下方法读取均为null
mcProxy.Get("key").Value;
mcProxy.Get<byte[]>("key").Value;
mcProxy.Get("key").Value;
mcProxy.Get("key").Value;
另外调用mcProxy.Exists有如下异常
The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Arg_ParamName_Name
用.net4.0的dll测试了下可以读取值,读取类型是byte[],转换后可以读取缓存值,请问EasyCaching应该怎么读呢?
谢谢

Specifications

  • Provider : Memcached(version 1.9)
  • Interceptor : .net6.0
  • Serializer : not use
  • System : windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions