Skip to content

Instantly share code, notes, and snippets.

View solariz's full-sized avatar
:octocat:
:)

Marco G solariz

:octocat:
:)
  • germany
View GitHub Profile
@solariz
solariz / membash.sh
Last active February 28, 2018 14:21 — forked from goodevilgenius/membash.sh
BASH script which may be used to interact with memcache. All main memcache functions are supported. Fixed Revision working with new nc. New nc Versions do not terminate their connection after receiving EOL/EOF this need to be done by timeout or EOF Handling. Added both line #41
#!/bin/bash
# Gist: 11375877
# Url: https://gist.github.com/goodevilgenius/11375877
#
# All memcache functions are supported.
#
# Can also be sourced from other scripts, e.g.
# source membash.sh
# MCSERVER="localhost"