Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
bat9go
/
tutela-app
miroir de
https://github.com/TutelaLabs/tutela-app
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
live-updates-4
Branches
Tags
decimals
exchange-fix
flow
listresults
live-updates-4
main
relative
revert-50-tx_backend_fixes
revert-60-tables
static-page
tutela-app
/
scripts
/
utils
/
reset_redis.py
reset_redis.py
82 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
import redis
rds = redis.Redis(host='localhost', port=6380, db=0)
rds.flushdb()