redis

  1. Peter Simpson

    B4J Library Redis Server - Fast in-memory datastore

    Hello everyone, I previously released the Redis Client library, but I was using a separate third party Redis Server package not developed in B4J. Nolonger is this the case. here is a Redis Server library that you can just run and forget about, it runs silently as a background worker ready for...
  2. Peter Simpson

    B4J Library Redis fast in-memory datastore - Client

    Hello everyone, After reading the post by @hatzisn HERE titled 'Redis - A great tutorial', I decided to look more into Redis. Even though I personally cannot ever see myself using this Redis library (I prefer B4X KVS or in‑memory SQLite). But, B4X (B4J) developers might want to use it, and of...
  3. aeric

    B4J Code Snippet [web]Lettuce v2.0

    OLDER VERSiON: https://www.b4x.com/android/forum/threads/lettuce-io-working-with-redis.141509/ 'Non-UI application (console / server application) #Region Project Attributes #CommandLineArgs: #MergeLibraries: True #End Region #AdditionalJar: lettuce-core-6.1.8.RELEASE #AdditionalJar...
  4. aeric

    B4J Code Snippet [web]Lettuce.io (working with Redis)

    UPDATE: Lettuce Version 2 https://www.b4x.com/android/forum/threads/lettuce-v2-0.144169/ 'Non-UI application (console / server application) #Region Project Attributes #CommandLineArgs: #MergeLibraries: True #End Region #AdditionalJar: lettuce-core-6.1.8.RELEASE #AdditionalJar...
  5. amorosik

    Italian Redis DB - conoscete qualche esempio di utilizzo?

    Redis DB Memurai (simil Redis) Sembrano due prodotti molto interessanti per memorizzare dati Qualcuno si e' avventurato ne tentativo di leggere/scrivere su Redis o Memurai e magari c'e' riuscito? Informazioni sul come fare?
Top