Skip to main content
Back to registry

redis-best-practices

mindrally/skills

Installs654
Install command
npx skills add https://github.com/mindrally/skills --skill redis-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
- Use Redis for caching, session storage, real-time analytics, and message queuing - Choose appropriate data structures for your use case - Implement proper key naming conventions and expiration policies - Design for high availability and persistence requirements - Monitor memory usage and optimize for performance - Use colons as namespace separators - Include object type and identifier in key names - Keep keys short but descriptive - Use consistent naming patterns across your application - Use for simple key-value storage, counters, and caching - Consider using MGET/MSET for batch operations - Use for objects with multiple fields - More memory-efficient than multiple string keys - Supports partial updates - Use for queues, recent items, and activity feeds - Consider blocking operations for queue consumers - Use for unique collections, tags, and relationships - Supports set operations (union, intersection, difference) - Use for leaderboards, priority queues, and time-series data - Elements sorted by score - Use for event streaming and log data - Supports consumer groups for distributed processing - Always set TTL on cache keys - Use jitter to prevent thundering herd - Consider sliding expiration for session data - Use for complex atomic operations - Scripts execute atomically - Use replicas for read scaling - Configure proper persistence on master - Use for automatic failover...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does redis-best-practices do?

redis-best-practices is listed in SkillJury, but the source summary is still sparse.

Is redis-best-practices good?

redis-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does redis-best-practices work with?

redis-best-practices currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to redis-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install redis-best-practices?

npx skills add https://github.com/mindrally/skills --skill redis-best-practices

Related skills

More from mindrally/skills

Related skills

Alternatives in Software Engineering