https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193

--- Comment #38 from David Cook <[email protected]> ---
The protocol for memcached actually looks super straightforward:
https://github.com/memcached/memcached/blob/master/doc/protocol.txt

So we could probably mock a server easily enough. I took a little look using
netcat but the client seemed to time out super quickly, although the client
looks configurable in that respect. 

netcat -l localhost -p 50000 -vv
Listening on [localhost] (family 0, port 50000)
Connection from localhost 37910 received!
add ckey 0 0 4
cent

--

But mocking the server we could introduce other problems. I'm going to have
some lunch in any case (at 3pm...)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to