Jonny Schulz

Results 2 issues of Jonny Schulz

Example: import memcache m = memcache.Client(["127.0.0.1:11211"]) m.set("foo", "bar") print(m.delete("foo")) print(m.delete("foo")) Output: 1 1 telnet localhost 11211 set foo 0 0 3 data bar STORED delete foo DELETED delete foo NOT_FOUND...

This is a bug: ``` use Text::Textile; my $text = ' | a | a | a | | b | | b | | c | c | c...