redis-dump icon indicating copy to clipboard operation
redis-dump copied to clipboard

Error on alpine

Open mkoppanen opened this issue 8 years ago • 1 comments

ps: unrecognized option: p
BusyBox v1.25.1 (2016-10-26 16:15:20 GMT) multi-call binary.

Usage: ps [-o COL1,COL2=HEADER]

Show list of processes

	-o COL1,COL2=HEADER	Select columns for display

mkoppanen avatar Feb 07 '17 15:02 mkoppanen

I don't have access to alpine to test on, but there error is coming from the call to get memory usage:

https://github.com/delano/redis-dump/blob/master/lib/redis/dump.rb#L31-L33

delano avatar Nov 24 '17 01:11 delano