Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
bat9go
/
tutela-app
peilaus alkaen
https://github.com/TutelaLabs/tutela-app
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Branch:
live-updates-4
Branchit
Tagit
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
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
import redis
rds = redis.Redis(host='localhost', port=6380, db=0)
rds.flushdb()