Valkey is an open-source, high-performance key-value store (fork of Redis). The valkey-swift library provides a Swift client with full async/await support, cluster routing, and pub/sub.
Commands are automatically routed to the correct shard based on key hash slots:
Guida esperta sull'utilizzo di Valkey e Redis con Swift. Da utilizzare quando gli sviluppatori menzionano: (1) Valkey o Redis in Swift, (2) libreria valkey-swift, (3) protocollo RESP o RESP3, (4) routing cluster Redis o slot hash, (5) pub/sub o abbonamenti, (6) transazioni Redis o MULTI/EXEC, (7) memorizzazione nella cache con Redis. Fonte: joannis/claude-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/joannis/claude-skills --skill valkey Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw