All Projects → electrode-io → memcache

electrode-io / memcache

Licence: other
Node.js memcached client with the most efficient ASCII protocol parser

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to memcache

memcached-php
Memcached client library in plain vanilla PHP.
Stars: ✭ 28 (+7.69%)
Mutual labels:  memcached, ascii
Memcache Info
Simple and efficient way to show information about Memcache.
Stars: ✭ 84 (+223.08%)
Mutual labels:  memcached, memcache
memcached
Memcached Operator for Kubernetes
Stars: ✭ 18 (-30.77%)
Mutual labels:  memcached, memcache
Pymemcache
A comprehensive, fast, pure-Python memcached client.
Stars: ✭ 552 (+2023.08%)
Mutual labels:  memcached, memcache
Ninja Mutex
Mutex implementation for PHP
Stars: ✭ 180 (+592.31%)
Mutual labels:  memcached, memcache
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+3992.31%)
Mutual labels:  memcached, memcache
Xmemcached
High performance, easy to use multithreaded memcached client in java.
Stars: ✭ 715 (+2650%)
Mutual labels:  memcached, memcache
Arduino Canbus Monitor
Can bus monitoring tool based on arduino and can bus shield. Implements CAN ASCII/SLCAN protocol compatible with Lawicel CAN232/CANUSB. Can be used for monitoring low speed CAN (interior can bus of most cars, less than 500kbps). For higher speeds serial port can become a bottleneck in case data density is high.
Stars: ✭ 163 (+526.92%)
Mutual labels:  ascii, protocol
Memjs
A memcache client for node using the binary protocol and SASL authentication
Stars: ✭ 161 (+519.23%)
Mutual labels:  memcached, memcache
Wp Spider Cache
Your friendly neighborhood caching solution for WordPress
Stars: ✭ 133 (+411.54%)
Mutual labels:  memcached, memcache
Overlord
Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
Stars: ✭ 1,884 (+7146.15%)
Mutual labels:  memcached, memcache
go-elasticache
Thin abstraction over the Memcache client package gomemcache (https://github.com/bradfitz/gomemcache) allowing it to support AWS ElastiCache cluster nodes
Stars: ✭ 15 (-42.31%)
Mutual labels:  memcached, memcache
rust-memcache
memcache client for rust
Stars: ✭ 106 (+307.69%)
Mutual labels:  memcached, memcache
memcacher
C++ implementation of Memcache Binary Protocol.
Stars: ✭ 16 (-38.46%)
Mutual labels:  memcached, protocol
rconsharp
rconsharp is a Valve RCON protocol implementation written in C# targeting netstandard 2.1
Stars: ✭ 43 (+65.38%)
Mutual labels:  protocol
trinity-eth
No description or website provided.
Stars: ✭ 14 (-46.15%)
Mutual labels:  protocol
MqttAndroidExample
An example Android app using MQTT protocol
Stars: ✭ 19 (-26.92%)
Mutual labels:  protocol
wayland-explorer
Easily browse and read Wayland protocols documentation
Stars: ✭ 78 (+200%)
Mutual labels:  protocol
AACircuit
Draw circuits using ASCII
Stars: ✭ 54 (+107.69%)
Mutual labels:  ascii
aiohttp-cache
A cache system for aiohttp server
Stars: ✭ 39 (+50%)
Mutual labels:  memcached

Build Status

memcache

NodeJS memcached client with the most efficient ASCII protocol parser.

Features

  • Very efficient memcached ASCII protocol parser by using only NodeJS Buffer APIs.
  • Optional compression for the data before sending to memcached
  • Auto reconnects when there's network error or timeout
  • Support sending arbitrary commands. Read up on the protocol doc here.
  • Support storing string, numeric, and JSON values
  • APIs Support callback or Promise
  • Support fire and forget requests
  • Support multiple connections

Packages

This repo uses lerna to manage multiple packages.

Other Implementations

License

Apache-2.0 © Joel Chen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].