Description
Required operations:
- "SADD"
- "SMEMBERS"
- "SREM"
- "DEL" (of sets)
AC
- Above commands implemented using functions/delta propagation
- Make Set operations not on the above list minimally functional with functions/deltas (performance not important)
- Existing SetsIntegrationTests passing without Ignores
- All other tests passing, including non-Set tests
Attachments
Issue Links
- supercedes
-
GEODE-8057 CI: SRemIntegrationTest > testConcurrentSRems FAILED on windows
- Resolved