Hi, is there a support forum we can use for this?
I'm having issues with using memjs on my node project. I set a value but don't really know how to getthe value back. The documentation on this area is a bit scarce and there's no example on how to read/decode the Buffer back into the object I've set. Do I need to convert the object to JSON before setting it and then convert it back to JSON again using Buffer.toJSON() after a get? any help will be appreciated. Thanks On Tuesday, June 12, 2012 10:17:53 AM UTC+12, alevy wrote: > > Hi all, > I'm happy to announce MemJS, a memcache client for node.js that > supports SASL authentication. MemJS was built to allow node developers > to use the MemCachier memacache add-on on Heroku, but of course will > work with any version of memcache that supports the binary protocol. > There is a very basic get-you-started app at: > > http://github.com/memcachier/memcachier-node > > The code for MemJs is also hosted on Github: > > http://github.com/alevy/memjs > > I'd love to get feedback from the community on the library itself and > am welcoming issues and pull requests. > > Thanks! > Amit -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
