valkey/tests/modules
Dmitry Polyakovsky f0e1edc273
Updated modules examples and tests to use valkey vs redis (#349)
Scope of the changes:
- updated example modules to reference Valkey vs Redis in variable names
- updated tests to use valkeymodule.h
- updated vars in tests/modules to use valkey vs redis in variable names

Summary of the testing:
- ran make for all modules, loaded them into valkey-server and tested
commands
- ran make for test/modules
- ran make test for the entire codebase

---------

Signed-off-by: Dmitry Polyakovsky <dmitry.polyakovky@oracle.com>
Co-authored-by: Dmitry Polyakovsky <dmitry.polyakovky@oracle.com>
2024-04-23 17:55:44 +02:00
..
aclcheck.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
auth.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
basics.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
blockedclient.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
blockonbackground.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
blockonkeys.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
cmdintrospection.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
commandfilter.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
crash.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
datatype2.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
datatype.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
defragtest.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
eventloop.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
fork.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
getchannels.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
getkeys.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
hash.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
hooks.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
infotest.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
keyspace_events.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
keyspecs.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
list.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
Makefile Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
mallocsize.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
misc.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
moduleauthtwo.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
moduleconfigs.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
moduleconfigstwo.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
postnotifications.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
propagate.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
publish.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
rdbloadsave.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
reply.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
scan.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
stream.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
subcommands.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
test_lazyfree.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
testrdb.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
timer.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
usercall.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
zset.c Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00