Re: Memory-backend TTL

2014-10-06 Thread Lucas Grijander
Hi Luke. curl -vvv -XGET "http://localhost:8098/riak/ttl_stg/props"; * Hostname was NOT found in DNS cache * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 8098 (#0) > GET /riak/ttl_stg/props HTTP/1.1 > User-Agent: curl/7.35.0 > Host: localhost:8098 > Accept: */* > < HTTP/1.1 404

Re: Memory-backend TTL

2014-10-06 Thread Luke Bakken
Hi Lucas, Could you run the following curl statement and provide the full transcript of the command and response? curl -vvv -XGET "http://localhost:8098/riak/ttl_stg/props"; -- Luke Bakken Engineer / CSE lbak...@basho.com On Mon, Oct 6, 2014 at 8:55 AM, Lucas Grijander wrote: > Hi Luke, > > O

Re: Memory-backend TTL

2014-10-06 Thread Lucas Grijander
Hi Luke, Of course. The request is a simple curl: curl -v -X GET "http://localhost:8098/riak/ttl_stg/KEY"; 2014-10-06 16:59 GMT+02:00 Luke Bakken : > Hi Lucas, > > Can you confirm that the bucket or bucket-type that contains the > object you're retrieving has been configured to use the "ttl_st

Re: How to design schema for record search.

2014-10-06 Thread Luke Bakken
Hi Yang, Please read the "Indexing Values" section of this document, and check out the Erlang sample code there: http://docs.basho.com/riak/latest/dev/using/search/ -- Luke Bakken Engineer / CSE lbak...@basho.com On Sun, Aug 31, 2014 at 11:50 AM, Yang Zhenguo wrote: > Hi all, > > I have a ques

Re: Memory-backend TTL

2014-10-06 Thread Luke Bakken
Hi Lucas, Can you confirm that the bucket or bucket-type that contains the object you're retrieving has been configured to use the "ttl_stg" backend? -- Luke Bakken Engineer / CSE lbak...@basho.com On Fri, Oct 3, 2014 at 11:32 AM, Lucas Grijander wrote: > Hello, > > I have a memory backend in p