Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-122

CLI - remove command doesn't work in server mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JDG 7.0.0 ER5
    • None
    • CLI
    • None

    Description

      jboss-datagrid-7.0.0-server/bin/ispn-cli.sh
      [disconnected /] connect
      [standalone@localhost:9990 /] container local
      [standalone@localhost:9990 cache-container=local] cache default
      [standalone@localhost:9990 local-cache=default] put key value
      [standalone@localhost:9990 local-cache=default] get key
      value
      [standalone@localhost:9990 local-cache=default] remove key
      Unexpected command 'remove key'. Type 'help --commands' for the list of supported commands.

      Expected output:

      jboss-datagrid-7.0.0-server/bin/ispn-cli.sh
      [disconnected /] connect
      [standalone@localhost:9990 /] container local
      [standalone@localhost:9990 cache-container=local] cache default
      [standalone@localhost:9990 local-cache=default] put key value
      [standalone@localhost:9990 local-cache=default] get key
      value
      [standalone@localhost:9990 local-cache=default] remove key
      [standalone@localhost:9990 local-cache=default] get key
      null

      Note: This works in library mode.

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              rmacor Roman Macor (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: