luke2012 Well-Known Member Licensed User Longtime User Jun 11, 2020 #1 Hello all Is Redis database supported from B4X tools / framework ?
Erel B4X founder Staff member Licensed User Longtime User Jun 12, 2020 #2 As far as I know, there is no Redis library however the protocol doesn't look too complicated: https://redis.io/topics/protocol You should be able to implement it with Socket + AsyncStreams. Upvote 0
As far as I know, there is no Redis library however the protocol doesn't look too complicated: https://redis.io/topics/protocol You should be able to implement it with Socket + AsyncStreams.