Show HN: I made a Django admin panel for Redis
github.comΒ·16hΒ·
Discuss: Hacker News
Flag this post

Django Redis Panel

A Django Admin panel for browsing, inspecting, and managing Redis keys. No postgres/mysql models or changes required.

Docs

https://yassi.github.io/dj-redis-panel/

Features

  • Browse Redis Keys: Search and filter Redis keys with pattern matching
  • Instance Overview: Monitor Redis instance metrics and database statistics
  • Key Management: View, edit, and delete Redis keys with support for all data types
  • Feature Toggles: Granular control over operations (delete, edit, TTL updates)
  • Pagination: Both traditional page-based and cursor-based pagination support
  • Django Admin Integration: Seamless integration with Django admin styling and dark mode
  • Permission Control: Respects Django a…

Similar Posts

Loading similar posts...