This is the Linux app named Redis whose latest release can be downloaded as 7.2.2sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Redis with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Redis
DESCRIPTION
Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing an element to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. To achieve top performance, Redis works with an in-memory dataset. Depending on your use case, you can persist your data either by periodically dumping the dataset to disk or by appending each command to a disk-based log.
Features
- Many different kind of values are supported
- Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps, etc.
- You can disable persistence if you just need a feature-rich, networked, in-memory cache
- Redis supports asynchronous replication
- Very fast non-blocking first synchronization, auto-reconnection with partial resynchronization on net split
- Keys with a limited time-to-live
Programming Language
C
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/redis.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.