MemcachedTiny 1.0.1
dotnet add package MemcachedTiny --version 1.0.1
NuGet\Install-Package MemcachedTiny -Version 1.0.1
<PackageReference Include="MemcachedTiny" Version="1.0.1" />
paket add MemcachedTiny --version 1.0.1
#r "nuget: MemcachedTiny, 1.0.1"
// Install MemcachedTiny as a Cake Addin #addin nuget:?package=MemcachedTiny&version=1.0.1 // Install MemcachedTiny as a Cake Tool #tool nuget:?package=MemcachedTiny&version=1.0.1
MemcachedTiny
MemcachedTiny
是一个简单高速的 Memcached .net 客户端,仅提供基本操作,不依赖其它任何第三方组件。
MemcachedTiny
is a simple and high-speed Memcached dotnet client that only provides basic operations and does not depend on any other third-party components.
Copyright (C) 2023 lchfj.cn
MemcachedTiny
is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MemcachedTiny
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with MemcachedTiny
. If not, see https://www.gnu.org/licenses/.
特点
扩展友好:预留扩展接口,所有方法支持重写,部分类可通过设定直接替换。
连接方式:TCP(不支持 SSL 或 TLS 以及 SASL认证)
分布式:支持
协议:二进制协议
方法:SET、GET、TOUCH、GAT、DELETE、FLUSH
Extension friendly: Reserved extension interfaces, all methods support rewriting, and some classes can be directly replaced by setting.
Connection Type: TCP (no SSL or TLS or SASL Authentication)
Distributed: Yes
Protocol: Binary Protocol
Methods: SET, GET, TOUCH, GAT, DELETE、FLUSH
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MemcachedTiny:
Package | Downloads |
---|---|
MemcachedTiny.DistributedCache
基于 MemcachedTiny 的 IDistributedCache 接口实现。 Implementation of IDistributedCache Interface Based on MemcachedTiny |
GitHub repositories
This package is not used by any popular GitHub repositories.
Nullable 特性支持
解决所有节点均不可用时异常问题