Bugs: Browse | Submit New | Admin

[#22661] Server operations doesn't returns results

Date:
2008-11-03 09:49
Priority:
3
Submitted By:
Luca Guidi (jodosha)
Assigned To:
Mike Perham (mperham)
Category:
memcache-client
State:
Open
Summary:
Server operations doesn't returns results

Detailed description
All the methods which perform operations on the server doesn't return the result.

Example:

result = cache.set('foo', 'bar')
cache.get('foo') # => 'bar'
puts result # => nil

I found the fixed version of this (and other tiny issues) in the ActiveSupport code, so I extracted a patch for solve
those problems.

Best,
Luca

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
make-sure-server-operations-will-always-returns-results.diff Download

Changes:

Field Old Value Date By
assigned_todrbrain2009-03-31 00:03zenspider
File Added4126: make-sure-server-operations-will-always-returns-results.diff2008-11-03 09:49jodosha