dotnetcore / dotnetcore/EasyCaching

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

Open
#483 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2.1k
Forks
336
PR merge metrics
No merged PRs in 30d

Description

## Description

[Description of the bug or feature]
多语言混合编程,.net6用EasyCaching读不了其他团队python写的缓存,
尝试了以下方法读取均为null
mcProxy.Get("key").Value;
mcProxy.Get("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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.