1 Reply Latest reply on Oct 24, 2013 6:46 AM by nadirx

    Infinispan CLI - how to list all keys?

    yuriy

      Hello!

       

      For debugging purposes it would be nice to have ability to get key set for a particular cache using Infinispan CLI.

      Java API allows this using cache.keySet() function (i.e. in interface org.infinispan.client.hotrod.RemoteCache).


      But CLI seems to have only "get <key>" syntax, according to documentation.

      Is there a way to list all keys or list all cache entries?