1store
1store copied to clipboard
NoSQL data store using the SEASTAR framework, compatible with Redis
I compiled the binary successfully,but when I wanna start just like“./build/release/scylla”, there is a problem:ERROR [shard 0] init - Could not read configuration file conf/scylla.yaml: YAML::TypedBadConversion (yaml-cpp: error at line...
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...
Configure scylla: error: argument --with: invalid choice: 'pedis' (choose from 'scylla', 'iotune')
I tried the following: git clone [email protected]:fastio/pedis.git git submodule update --init --recursive sudo ./install-dependencies.sh ./configure.py --mode=release --with=pedis ninja-build -j16 # Assuming 16 system threads. build/release/pedis --max-io-requests 1024 --smp 2 I...
no ARM64 repo in https://copr-be.cloud.fedoraproject.org/results/scylladb/scylla-3rdparty/,can pedis be compiled successfully on ARM server?
I tried the following: 1. git clone https://github.com/fastio/pedis.git 2. git config --global url."https://github".insteadOf git://github 3. git submodule update --init --recursive I get following error: ``` Cloning into 'libdeflate'... fatal: Could...
Please make zrangebylex and hincrby work too. will be fantastic. Thank you for the software.
any uds? unix://
/usr/local/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of ‘struct boost::icl::type_to_string’ after instantiation of ‘struct boost::icl::type_to_string’ [-fpermissive] struct type_to_string ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/boost/icl/type_traits/type_to_string.hpp:72:12: error: partial specialization of ‘struct boost::icl::type_to_string’ after instantiation of ‘struct boost::icl::type_to_string’ [-fpermissive] struct...
Hello, i can use Pedis on Redis 3.8 or Redis 5.0 ?