mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
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> |
||
|---|---|---|
| .. | ||
| APCu.php | ||
| ArrayCache.php | ||
| Cache.php | ||
| CADTrait.php | ||
| CASTrait.php | ||
| Factory.php | ||
| LoggerWrapperCache.php | ||
| Memcached.php | ||
| NullCache.php | ||
| ProfilerWrapperCache.php | ||
| Redis.php | ||
| WithLocalCache.php | ||