libmemcached: Retrieving array of key-value pairs using wildcards

2016-08-30 Thread Sonia
Hello, Is there any functionality to retrieve an array of key-value pairs in libmemcached using wildcard characters. I have read about memcached_get() function but there is no mention of whether we can use wildcards or not. -- --- You received this message because you are subscribed to the G

Re: Inserting large values into memcached

2016-08-30 Thread Sonia
"bob:%d", keyMin); > > ie: "bob:1" > > the keys being fetched look like: > > sprintf(key, "%d", keyMin); > > ie: "1". not sure how this is supposed to work? > > On Mon, 18 Jul 2016, Sonia wrote: > > > > > T

Re: Inserting large values into memcached

2016-07-18 Thread Sonia
t; Hey, > > In order to understand I'd have to see the details firsthand at this > point: Output of `stats` and `stats settings` commands, as well as any > example code you can share. > > On Thu, 14 Jul 2016, Sonia wrote: > > > Everything seems in order, but c

Re: Inserting large values into memcached

2016-07-18 Thread Sonia
ands, as well as any > example code you can share. > > On Thu, 14 Jul 2016, Sonia wrote: > > > Everything seems in order, but cant seem to find a reason for this odd > behaviour. > > > > On Wednesday, July 13, 2016 at 11:22:07 PM UTC-5, Dormando wrote: >

Re: Inserting large values into memcached

2016-07-14 Thread Sonia
Everything seems in order, but cant seem to find a reason for this odd behaviour. On Wednesday, July 13, 2016 at 11:22:07 PM UTC-5, Dormando wrote: > > I'm not sure why. you can validate the settings via the `stats settings` > command. > > On Wed, 13 Jul 2016, Sonia w

Re: Inserting large values into memcached

2016-07-13 Thread Sonia
e if that stores. > > On Wed, 13 Jul 2016, Sonia wrote: > > > For 100,000 1MB values I guess the memory I have allocated is > insufficient. However, I tried inserting 10 1MB values into memcached but > this too fails and memcached_strerror() > > returns "ITEM TOO

Re: Inserting large values into memcached

2016-07-13 Thread Sonia
> help until knowing what your real error message is but that math seems a > little odd. > > On Wed, 13 Jul 2016, Sonia wrote: > > > I have just started working with memcached and I am working on a test > program where I want to insert 100,000 values of size 1 MB into me

Inserting large values into memcached

2016-07-13 Thread Sonia
I have just started working with memcached and I am working on a test program where I want to insert 100,000 values of size 1 MB into memcached. I currently have 16 servers setup and I have setup the memory limit in the memcached configuration file as 2 GB but for some reason my code is still fa