{"library":"memcache-parser","type":"library","category":null,"description":"memcache-parser is a highly efficient Node.js library specifically designed to parse the ASCII protocol used by Memcached. It leverages Node.js Buffer APIs extensively for optimized performance in parsing incoming data streams. The current stable version is 1.0.1, which was published approximately six years ago, indicating that the package is likely unmaintained. This parser is intended to be extended by developers implementing a Memcached client, requiring them to define how specific commands (like `VALUE` for data retrieval) are handled and how the parsed results are received. Its key differentiator is its low-level Buffer-based parsing for maximum efficiency, but its age means potential compatibility issues with modern Node.js versions or lack of security updates.","language":"javascript","status":"abandoned","version":"1.0.1","tags":["javascript","memcache","memcached","nodejs","client","ascii","protocol","parser","typescript"],"install":[{"cmd":"npm install memcache-parser","imports":["const MemcacheParser = require('memcache-parser');","import MemcacheParser from 'memcache-parser';","import type { MemcacheParser } from 'memcache-parser';"]},{"cmd":"yarn add memcache-parser","imports":[]},{"cmd":"pnpm add memcache-parser","imports":[]}],"homepage":null,"github":"https://github.com/electrode-io/memcache","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/memcache-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/memcache-parser/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}