Hi, running 2.12

When I use the put command like so:
http://xxxxxx/ignite?cmd=put&cacheName=carrier-ids-for-phones&key=15149838779&val=10009&exp=60001

Then I call the Java get async function, it seems to block and doesn't
return.

If I use this command:
http://xxxxxx/ignite?cmd=put&cacheName=carrier-ids-for-phones&key=15149838779&val=10009&exp=60001

The java async Api blocks, but once the record is expired, the java async
Api returns.

Reply via email to