User Tools

Site Tools


articles:memcached

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== Create sample file ====== Create a sample text file <code> cat /proc/* >> /tmp/memcached.txt </code> Using a [[https://github.com/petergoldstein/dalli|Dalli]] ruby gem to set a value for memcached . <code> f=File.read(" /tmp/memcached.txt") dc = Dalli::Client.new('192.168.2.99:11211',{}) dc.set('test6',f) </code> Use a netcat to get value from memcached . <code> echo -en "\x00\x00\x00\x00\x00\x01\x01\x00get test6\r\n" | nc -q1 -u 192.168.2.99 11211 </code>

articles/memcached.1520075322.txt.gz · Last modified: 2018/03/03 11:08 by dhinesh