FedorFL
FedorFL
Hello, @mpava, have You got any workable result with 52840 ?
> Although, there is the Adafruit nRF52 Arduino project that specifically targets the 52840, so forking that project and adding support for your board will be a much easier endeavor...
cli dialogue: 127.0.0.1:6379> REDISQL.CREATE_DB wtesta OK 127.0.0.1:6379> REDISQL.EXEC 'wtesta' "SELECT load_extension('./spellfix');" (error) not authorized 127.0.0.1:6379> REDISQL.EXEC wtesta "SELECT load_extension('./spellfix');" (error) not authorized 127.0.0.1:6379> REDISQL.EXEC wtesta "SELECT load_extension('./spellfix.so');" (error) not authorized...
Yes, I've used enable_load_extension but it's unavailable over current api. I'm not sure i'll do hotfix properly on this.
I have same problem. Still can't connect to Redis inside python_access and python_content .