redict/tests/unit
meir@redislabs.com 11c6ce812a Added scan implementation to module api.
The implementation expose the following new functions:
1. RedisModule_CursorCreate - allow to create a new cursor object for
keys scanning
2. RedisModule_CursorRestart - restart an existing cursor to restart the
scan
3. RedisModule_CursorDestroy - destroy an existing cursor
4. RedisModule_Scan - scan keys

The RedisModule_Scan function gets a cursor object, a callback and void*
(used as user private data).
The callback will be called for each key in the database proving the key
name and the value as RedisModuleKey.
2019-11-11 16:01:41 +02:00
..
moduleapi Added scan implementation to module api. 2019-11-11 16:01:41 +02:00
type fix unreported overflow in autogerenared stream IDs 2019-11-04 16:36:06 +01:00
acl.tcl ACLs: change hashed passwords opcode to also remove them. 2019-09-30 18:28:45 +02:00
aofrw.tcl
auth.tcl ACL: AUTH + no default user password raises an error. 2019-01-17 18:30:23 +01:00
bitfield.tcl
bitops.tcl
dump.tcl ACL: implement resetpass directive and adjust test. 2019-01-18 11:26:32 +01:00
expire.tcl fix typo 2018-06-21 22:08:09 +08:00
geo.tcl Geo: output 10 chars of geohash, not 11. 2019-10-08 17:09:37 +02:00
hyperloglog.tcl HyperLogLog: speedup fuzz test. 2019-03-15 17:13:19 +01:00
introspection-2.tcl fix #5024 - commandstats for multi-exec were logged as EXEC. 2018-09-30 12:43:11 +03:00
introspection.tcl adjust qbuf to 26 in test case for client list 2018-08-14 00:57:22 +08:00
keyspace.tcl
latency-monitor.tcl
lazyfree.tcl
limits.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
maxmemory.tcl make replication tests more stable on slow machines 2019-05-05 08:25:01 +03:00
memefficiency.tcl fix small test suite race conditions 2018-11-12 10:26:10 +02:00
multi.tcl DISCARD should not fail during OOM 2019-09-22 09:22:53 +03:00
obuf-limits.tcl Fix test false positive introduced by threaded I/O. 2019-05-13 17:27:10 +02:00
other.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
pendingquerybuf.tcl Slave removal: remove slave from top-level tests descriptions. 2018-09-11 15:32:28 +02:00
printver.tcl
protocol.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
pubsub.tcl
quit.tcl
scan.tcl Implement SCAN cursor [TYPE type] modifier suggested in issue #6107. 2019-05-22 16:39:04 +01:00
scripting.tcl Slave removal: remove slave from top-level tests descriptions. 2018-09-11 15:32:28 +02:00
slowlog.tcl Test: fix slowlog test false positive. 2019-05-14 16:55:52 +02:00
sort.tcl
tls.tcl TLS: Configuration options. 2019-10-07 21:07:27 +03:00
wait.tcl TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00