Coder Social home page Coder Social logo

wf9a5m75 / redis-android Goto Github PK

View Code? Open in Web Editor NEW
100.0 100.0 28.0 161.16 MB

Cross-compiled RedisDB for Android

License: BSD 3-Clause "New" or "Revised" License

Java 0.16% CMake 1.06% C 78.37% C++ 2.73% Makefile 0.90% M4 1.17% HTML 3.86% Roff 0.10% CSS 0.02% Batchfile 0.01% Lua 0.16% Shell 0.63% Objective-C 0.40% Ruby 0.26% Tcl 7.63% Smarty 0.01% Perl 2.43% XSLT 0.01% Python 0.09%

redis-android's People

Contributors

rikiji avatar wf9a5m75 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redis-android's Issues

Could Redis-Android supports RadisGraph?

I want to use RedisGraph on Android based on Redis. Official document says that Redis load RedisGraph during startup by adding the following to redis.conf file:
loadmodule /path/to/module/src/redisgraph.so

Could redis-android supports add .so file or uses other methods?

pre-built redis-server

Hi @wf9a5m75 , the redis-android is an awesome idea to cross built redis. but it just offer the redis-cli in prebuilt zip file. Do you have a plan to offer the redis-server? Thanks for your answer.

Stop server

hi I need to stop the Redis server in my ondestroy call within my service. Is there a way to do this as it seems to be running in its own thread and not getting disposed even my service dies?

Any plan for redis version 6.X.X ?

Hello,

I also need to have redis running on android, just would like to know if there is plan for supporting Redis version 6.X.X?
Thanks a lot.

cjson

When run lua script, report error: the cjson library is missing. thank you

May I ask you about how to cross-compile Redis?

I want to compile a higher version of redis-server to run on an Android device, but I encountered errors during compilation.
e.g.:
server.c:2443:5: warning: implicit declaration of function 'pthread_setcancelstate' [-Wimplicit-function-declaration]
pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
^
server.c:2443:28: error: 'PTHREAD_CANCEL_ENABLE' undeclared (first use in this function)
pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
^
server.c:2443:28: note: each undeclared identifier is reported only once for each function it appears in
server.c:2444:5: warning: implicit declaration of function 'pthread_setcanceltype' [-Wimplicit-function-declaration]
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
^
server.c:2444:27: error: 'PTHREAD_CANCEL_ASYNCHRONOUS' undeclared (first use in this function)
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);

I would like to know how to compile and solve these errors. I am deeply grateful!!

redis-android

问题:
1、设备是否一定需要有root权限,没有root权限,手动操作呢?
2、输入指令 redis-cli 出现
WARNING: linker: redis-cli: unused DT entry: type 0x6ffffffe arg 0x1248
WARNING: linker: redis-cli: unused DT entry: type 0x6fffffff arg 0x3
?[6n (设备是Android5.1.1 具备root权限)
3、APP安装到安卓设备上,没有响应,需要配置redis 服务器的ip地址?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.