ignix 0.1.1

High-performance Redis-compatible key-value store built with Rust
Documentation
# Redis vs Ignix Benchmark Requirements
# Python dependencies for benchmark_redis_vs_ignix.py

# Core dependencies (required)
# (No external dependencies for core functionality - uses only Python standard library)

# Optional dependencies for visualization
matplotlib>=3.5.0
seaborn>=0.11.0

# Development and testing
pytest>=7.0.0
pytest-benchmark>=4.0.0

# For advanced analysis (optional)
pandas>=1.4.0
numpy>=1.21.0

# Installation instructions:
# pip install -r requirements_benchmark.txt
#
# For minimal installation (no graphs):
# No additional packages needed - script uses only Python standard library
#
# For full functionality with graphs:
# pip install matplotlib seaborn