claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.
34 lines (26 loc) • 421 B
Plain Text
# Redis Production Configuration
# Network
bind 0.0.0.0
port 6379
protected-mode no
# General
daemonize no
pidfile /var/run/redis_6379.pid
loglevel notice
logfile ""
# Snapshotting
save 900 1
save 300 10
save 60 10000
# Memory
maxmemory 256mb
maxmemory-policy allkeys-lru
# Persistence
appendonly yes
appendfsync everysec
# Performance
tcp-keepalive 300
timeout 0
# Client connections
tcp-backlog 511
databases 16