gomemcached

A memcached binary protocol toolkit for go.

  • Owner: dustin/gomemcached
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

gomemcached

This is a memcached binary protocol toolkit in go.

It provides client and server functionality as well as a little sample
server showing how I might make a server if I valued purity over
performance.

Server Design

The basic design can be seen in gocache. A storage
server
is run as a goroutine that receives a MCRequest on
a channel, and then issues an MCResponse to a channel contained
within the request.

Each connection is a separate goroutine, of course, and is responsible
for all IO for that connection until the connection drops or the
dataServer decides it's stupid and sends a fatal response back over
the channel.

There is currently no work at all in making the thing perform (there
are specific areas I know need work). This is just my attempt to
learn the language somewhat.

Main metrics

Overview
Name With Ownerdustin/gomemcached
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2009-11-12 08:10:17
Pushed At2019-08-30 03:47:21
Last Commit At2016-08-16 18:07:31
Release Count0
用户参与
Stargazers Count316
Watchers Count24
Fork Count68
Commits Count179
Has Issues Enabled
Issues Count13
Issue Open Count3
Pull Requests Count0
Pull Requests Open Count1
Pull Requests Close Count6
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private