redis-objects 1.0.0

Object oriented wrapper around redis client for the Assemblyline malware analysis platform.
Documentation
1
2
3
4
5
6

services:
  redis:
    image: redis
    ports:
      - "6379:6379"