From 10b5799999d73376e43646cacf28d366d78adda1 Mon Sep 17 00:00:00 2001 From: "MATSUMOTO, Ryosuke" Date: Fri, 4 Apr 2014 21:34:53 -0700 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Related-Projects.md b/Related-Projects.md index 1c54d72..9bd87f2 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -29,6 +29,7 @@ * [mruby-limits](https://github.com/ksss/mruby-limits) limits.h binding by [ksss](https://github.com/ksss) * [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn) * [mruby-msagent](https://github.com/mattn/mruby-msagent) Microsoft Agent by [mattn](https://github.com/mattn) +* [mruby-memcached](https://github.com/matsumoto-r/mruby-memcached) memcached client using libmemcached by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-mtest](https://github.com/iij/mruby-mtest) Minimum Test Framework by [iij](https://github.com/iij) * [mruby-murmurhash1](https://github.com/ksss/mruby-murmurhash1) murmurhash1 digest function by [ksss](https://github.com/ksss) * [mruby-murmurhash2](https://github.com/ksss/mruby-murmurhash2) murmurhash2 digest function by [ksss](https://github.com/ksss)