incr command does not update expiration

2011-12-07 Thread Bruno Pospichil
Hi, I'm developing some applications using memcached and I saw that the incr operation does not update the key's expiration, requiring the usage of get + set if I want to update the expiration. Is there a special reason to this behavior? Thanks in advance, Bruno Pospichil

Re: incr command does not update expiration

2011-12-07 Thread dormando
Hi, I'm developing some applications using memcached and I saw that the incr operation does not update the key's expiration, requiring the usage of get + set if I want to update the expiration. Is there a special reason to this behavior? It's more flexible if that's the default. you can

Re: Issue 239 in memcached: Memcached Parable Cartoon location has changed

2011-12-07 Thread memcached
Updates: Status: Fixed Comment #1 on issue 239 by dorma...@rydia.net: Memcached Parable Cartoon location has changed http://code.google.com/p/memcached/issues/detail?id=239 Looks like his tag url moved from /comic/tag to just /tag, so I updated it on the wiki. Uh, thanks :P

Re: Issue 237 in memcached: timedrun.c L103

2011-12-07 Thread memcached
Comment #1 on issue 237 by dorma...@rydia.net: timedrun.c L103 http://code.google.com/p/memcached/issues/detail?id=237 what?

Re: Issue 95 in memcached: Memory allocation default change (-m 40 doesn't work)

2011-12-07 Thread memcached
Updates: Status: Invalid Comment #3 on issue 95 by dorma...@rydia.net: Memory allocation default change (-m 40 doesn't work) http://code.google.com/p/memcached/issues/detail?id=95 killing this. plans are going elsewhere anyway.

Re: Issue 239 in memcached: Memcached Parable Cartoon location has changed

2011-12-07 Thread memcached
Comment #2 on issue 239 by gwa...@gmail.com: Memcached Parable Cartoon location has changed http://code.google.com/p/memcached/issues/detail?id=239 I didn't see an edit button in the wiki, hence the ticket, but I didn't mean to set the priority so high...

Re: Issue 237 in memcached: timedrun.c L103

2011-12-07 Thread memcached
Comment #2 on issue 237 by magicboh...@gmail.com: timedrun.c L103 http://code.google.com/p/memcached/issues/detail?id=237 i think L103 should be return spawn_and_wait(argc-2, argv+2);. the first param is argc - 2 not argc + 2.

Memcache for Hbase ?

2011-12-07 Thread Jony Malhotra
Hi everyone, I am new to this group. I am looking out for a very peculiar concern. I am trying to implement memcache on Hbase. Following are my concerns : 1. Is it practically possible ? I googled it and didn;t found a solution for same. 2. If it is, what is it, and worth enough for the efforts