Bug 44186 - [PATCH] Add memcached 1.2.4 features to apr_memcache (cas/gets/append/prepend)
Summary: [PATCH] Add memcached 1.2.4 features to apr_memcache (cas/gets/append/prepend)
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR-util (show other bugs)
Version: HEAD
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 16:41 UTC by Josh Rotenberg
Modified: 2008-01-08 16:43 UTC (History)
0 users



Attachments
Additions/changes to memcache/apr_memcache.c (10.31 KB, patch)
2008-01-08 16:42 UTC, Josh Rotenberg
Details | Diff
Additions/changes to include/apr_memcache.h (5.42 KB, patch)
2008-01-08 16:43 UTC, Josh Rotenberg
Details | Diff
Tests for new features. (9.94 KB, patch)
2008-01-08 16:43 UTC, Josh Rotenberg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Rotenberg 2008-01-08 16:41:54 UTC
The following three patches add additional functionality, available in the
latest version of memcached, to the apr_memcache component.
Comment 1 Josh Rotenberg 2008-01-08 16:42:54 UTC
Created attachment 21359 [details]
Additions/changes to memcache/apr_memcache.c
Comment 2 Josh Rotenberg 2008-01-08 16:43:25 UTC
Created attachment 21360 [details]
Additions/changes to include/apr_memcache.h
Comment 3 Josh Rotenberg 2008-01-08 16:43:54 UTC
Created attachment 21361 [details]
Tests for new features.