Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(25)

Issue 22052: Added method to obtain most recent result message (NOT_FOUND etc).

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years ago by markaufflick
Modified:
16 years ago
Reviewers:
brad_danga_com
Base URL:
http://code.sixapart.com/svn/memcached/trunk/api/perl/
Visibility:
Public.

Description

I have attached a patch which allows obtaining the most recent protocol result (eg. NOT_FOUND etc) for non-get commands. This is useful if you eg. want to distinguish between NOT_FOUND and some other error (eg. lost connection, protocol error etc.), or different set fails (eg. size too big etc.) Patch is created against svn trunk

Patch Set 1 #

Total comments: 6

Patch Set 2 : updated patch as per code review #

Patch Set 3 : incorporating undef fixes #

Patch Set 4 : testing rietveld bug #

Patch Set 5 : re-added trunk changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1 line) Patch
lib/Cache/Memcached.pm View 1 4 6 chunks +29 lines, -1 line 0 comments Download

Messages

Total messages: 4
markaufflick
16 years ago (2009-02-28 11:57:22 UTC) #1
brad_danga_com
http://codereview.appspot.com/22052/diff/1/2 File lib/Cache/Memcached.pm (right): http://codereview.appspot.com/22052/diff/1/2#newcode90 Line 90: sub last_res { "res" is a great internal ...
16 years ago (2009-02-28 15:58:40 UTC) #2
markaufflick
reply comments - patch to follow http://codereview.appspot.com/22052/diff/1/2 File lib/Cache/Memcached.pm (right): http://codereview.appspot.com/22052/diff/1/2#newcode90 Line 90: sub last_res ...
16 years ago (2009-03-02 00:04:12 UTC) #3
markaufflick
16 years ago (2009-03-02 00:16:08 UTC) #4
updated patch as per code review
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b