fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configure.py problem

ericgong1993 opened this issue · comments

I see the manual,./configure.py --mode=release --with=pedis,but there will be a problem:
Configure scylla: error: argument --with: invalid choice: 'pedis' (choose from 'scylla', 'iotune')
which means that the binary scylla and iotune will be compiled,binary “pedis” cannot produce,so how to get over it?