/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ moto
/ elasticache
/ urls.py
Run
Starting...
Stop
View File
Save
"""elasticache base URL and path.""" from .responses import ElastiCacheResponse url_bases = [ r"https?://elasticache\.(.+)\.amazonaws\.com", ] url_paths = { "{0}/$": ElastiCacheResponse.dispatch, }
Memory