5aef823807
- Removed the restricted data cache (it wasn't used since OS 3.0) - unify functions for restricted and full data: Just one function, which accteps an optional user_id: If it is None, full data is returned, and with a user id given, the restricted data - More atomic access to redis, especially for: - Check for data-existance in redis and do an auto-ensure-cache. - Speedup through hashing of scripts and redis' script cache. - Save schema version into the redis cache and rebuild, if the version changed Client changes: - Simplified the ConstantsService - Fixed bug, when receiving an autoupdate with all_data=True from the Server |
||
---|---|---|
.. | ||
__init__.py | ||
access_permissions.py | ||
arguments.py | ||
auth.py | ||
autoupdate.py | ||
cache_providers.py | ||
cache.py | ||
constants.py | ||
consumers.py | ||
exceptions.py | ||
main.py | ||
middleware.py | ||
migrations.py | ||
models.py | ||
plugins.py | ||
projector.py | ||
redis.py | ||
rest_api.py | ||
schema_version.py | ||
settings.py.tpl | ||
stats.py | ||
test.py | ||
utils.py | ||
validate.py | ||
views.py | ||
websocket.py |