Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-9833

SPOP Command Supported

    XMLWordPrintableJSON

Details

    Description

      The SPOP command has been implemented but lacks sufficient testing to ensure that the implementation is robust and does not regress in the future.
       
      Write unit/integration tests that run against both Geode Redis and native Redis, and dunit tests which test multiple concurrent clients accessing different servers.
       
      Acceptance Criteria
       
      Passing Unit/integration tests for both Geode and native Redis.  The RedisCommandType class and  README/redis_api_for_geode.html.md.erb updated to make command "supported". Stories in the backlog to fix the identified issues (with JIRA tickets) and problem tests that are ignored should be fixed and enabled.

       

      The current implementation of RedisSet spop and srandmember always copy the entire MemberSet. So if you have a redis set with a million items, and than ask for one random one, instead of it reading just one of the items out of the set it first copies the entire set.

      The call that makes the copy is "members.toArray". It should be pretty easy to add spop and srandmember support to the MemberSet super class. Since MemberSet uses a flat array to store its items it should work well with supporting indexing of its array to get a random element.

      Attachments

        Issue Links

          Activity

            People

              kris10 Kristen
              wmilsted_vm Wayne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: