Joined November 2012
·
Posted to
Hide a Phing target
over 1 year
ago
The tasks might be hidden but are still callable, to prevent this you can prefix them with a hyphen. Also using dots in task names might clash with the convention for using them for naming build file properties.
Posted to
Delete keys in Redis
over 1 year
ago
Or you could run the more simple redis-cli flushall
; though it responds even with OK
when no keys were flushed. Attention: never run this on a productive system.
Achievements
401 Karma
62,573 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
For an easier reuse you could also alias this useful snippet.