redis

  1. Peter Simpson

    B4J Library Redis Client fast in-memory datastore

    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...
  2. 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...
  3. 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...
  4. 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