V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
yeqown
V2EX  ›  Go 编程语言

做了个 memcached 工具库,求个关注

  •  
  •   yeqown ·
    yeqown · 5 天前 · 619 次点击

    memcached 已经用得很少了,突然用到发现 memcached 开发者自己开发的 go 客户端 https://github.com/bradfitz/gomemcache 也已经很久没维护了。

    找了一圈也没有发现其他更合适的,索性自己写了一个:

    https://github.com/yeqown/memcached

    求个 star ⭐️ 和 使用反馈 🎉

    如果正好能帮上忙,那是极好的

    5 条回复    2025-03-08 12:55:29 +08:00
    frank42a
        1
    frank42a  
       4 天前
    为啥不 redis
    opengps
        2
    opengps  
       4 天前 via Android
    memcache 功能单子,基本不太需要客户端
    yeqown
        3
    yeqown  
    OP
       4 天前
    @frank42a 场景简单:只做缓存不需要高级的数据结构
    yeqown
        4
    yeqown  
    OP
       4 天前
    @opengps 确实需求不是特别高
    frank42a
        5
    frank42a  
       1 天前
    @yeqown 简单的话,自己用一个线程安全的 map
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5949 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 02:21 · PVG 10:21 · LAX 19:21 · JFK 22:21
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.