ankitpokhrel / ankitpokhrel/tus-php

Redis cluster mode

Abierto
#287 9 comentarios 0 reacciones 0 asignados Ver en GitHub
future improvement
Lenguaje dominante
PHP
Estrellas
1.5k
Forks
220
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Is your feature request related to a problem? Please describe.**
We're running a Redis cluster in production. With the current implementation it's not possible to pass an appropriate configuration to the ``RedisStore`` class to run it in cluster mode.

**Describe the solution you'd like**
For our use case it would be sufficient if ``RedisStore`` constructor would also accept an instance of ``Predis\Client`` class. But this will expose an implementation detail. Predis doesn't seem be maintained anymore and switching Redis implementation would require a new major release.

For the future I would like to see a generic PSR-6 implementation in tus-php.

**Describe alternatives you've considered**
We also run a couple of web servers, so the Redis cache seems to be the only possible solution at the moment.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.