redict/tests/integration
Alon Diamant 288028876f Added <count> parameter to SPOP:
spopCommand() now runs spopWithCountCommand() in case the <count> param is found.
Added intsetRandomMembers() to Intset: Copies N random members from the set into inputted 'values' array. Uses either the Knuth or Floyd sample algos depending on ratio count/size.
Added setTypeRandomElements() to SET type: Returns a number of random elements from a non empty set. This is a version of setTypeRandomElement() that is modified in order to return multiple entries, using dictGetRandomKeys() and intsetRandomMembers().
Added tests for SPOP with <count>: unit/type/set, unit/scripting, integration/aof
--
Cleaned up code a bit to match with required Redis coding style
2014-12-14 12:25:42 +02:00
..
aof-race.tcl Failing test related to AOF rewrite buffers 2011-09-16 11:25:05 +02:00
aof.tcl Added <count> parameter to SPOP: 2014-12-14 12:25:42 +02:00
convert-zipmap-hash-on-load.tcl convert-zipmap-hash-on-load false positive fixed. 2012-03-25 11:02:16 +02:00
rdb.tcl Test: fix RDB test checking file permissions. 2013-04-23 14:16:50 +02:00
redis-cli.tcl Use fstat to detect if stdin was redirected 2010-08-25 14:48:50 +02:00
replication-2.tcl Tests for min-slaves-* feature. 2014-06-05 10:46:12 +02:00
replication-3.tcl Test: add some AOF testing to EVALSHA replication test. 2013-06-25 15:49:07 +02:00
replication-4.tcl Test: regression test for issue #1221. 2013-07-29 17:39:28 +02:00
replication-psync.tcl Remove infinite loop from PSYNC test. 2014-06-26 18:30:03 +02:00
replication.tcl Attempt to prevent false positives in replication test. 2014-11-24 11:54:56 +01:00