Closed versx closed 4 years ago
Still seeing bogus despawn_sec
values getting added to the database. All values getting written are less than 550.
As for redis, started a basic service with no password. Pointed DataParser at it and can't see any Pvp fields getting added. Either for pokemon or inside the redis db.
redis-cli INFO keyspace
# Keyspace
Looks like it's connecting properly but never see anything pvp or redis in consoles or database.
4|dataparser | [Redis] Connected
4|dataparser | [Redis] Connected
Still seeing bogus
despawn_sec
values getting added to the database. All values getting written are less than 550.As for redis, started a basic service with no password. Pointed DataParser at it and can't see any Pvp fields getting added. Either for pokemon or inside the redis db.
redis-cli INFO keyspace # Keyspace
Looks like it's connecting properly but never see anything pvp or redis in consoles or database.
4|dataparser | [Redis] Connected 4|dataparser | [Redis] Connected
Sorry forgot to mention you have to populate redis with the pvp tables with npm run create-pvp-tables
first.