jkbennitt
Clean hf-space branch and prepare for HuggingFace Spaces deployment
fb867c3
# Redis configuration for Felix Framework
# Network and security
bind 0.0.0.0
port 6379
protected-mode yes
timeout 300
# Memory and persistence
maxmemory 256mb
maxmemory-policy allkeys-lru
save 900 1
save 300 10
save 60 10000
# Logging
loglevel notice
logfile ""
# Performance
tcp-keepalive 300
tcp-backlog 511
# Disable dangerous commands in production
rename-command FLUSHDB ""
rename-command FLUSHALL ""
rename-command DEBUG ""
rename-command CONFIG ""
rename-command SHUTDOWN SHUTDOWN_SECRET_KEY
# Enable keyspace notifications for cache invalidation
notify-keyspace-events Ex