nextcloud/lib
Varun Patil 39e805fffa redis: use atomic operations everywhere
This removes a lot of acrobatics in the code and does each operation
atomically using a lua script. This also reduces several round trips
to the server, and the scripts are compiled and cached server-side.

Notably, since all operations work only on a single key (except clear,
which is broken anyway and shouldn't be used), they will continue to
function and be atomic for Redis cluster.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
2023-04-16 14:38:56 -07:00
..
composer Add type hints for mappers 2023-04-07 09:49:42 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-04-15 02:27:32 +00:00
private redis: use atomic operations everywhere 2023-04-16 14:38:56 -07:00
public Add type hints for mappers 2023-04-07 09:49:42 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php app type extended_authentication 2023-04-12 09:34:49 -01:00
versioncheck.php Allow 8.2 in versioncheck 2023-02-02 12:05:20 +01:00