aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Memcache
Commit message (Collapse)AuthorAgeFilesLines
* feat: add command to clear memcachememcache-commandsRobin Appelman3 days1-0/+47
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add command to delete memcache keyRobin Appelman3 days1-0/+43
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add commands to get and set memcache valuesRobin Appelman3 days2-0/+97
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat: add command to send raw commands to redisRobin Appelman2024-08-231-0/+56
Signed-off-by: Robin Appelman <robin@icewind.nl>