Feature Wiki
Tabs
GlobalCache: Support for redis
Page Overview
[Hide]1 Initial Problem
The ilGlobalCache-Service already supports several caching services such as APCu and Memcached. Another important service could be Redis.
Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. 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.
1.1 Conceptual Summary
Redis has been placed as number one for key-value-storage: http://db-engines.com/de/ranking/key-value+store
2 Additional Information
- Idea / concept: Fabian Schmid, sr.solutions, fs@studer-raimann.ch
- Interest in funding: (please indicate if you are interested/able to fund this feature)
- Maintainer: Fabian Schmid, sr.solutions
- Implementation of the feature is done by Fabian Schmid, sr.solutions
- Testcases by: (please add your name if you want to create the testcases for this feature)
3 Discussion
4 Implementation
{please give a description of the final implementation and add screenshots if possible}
Test Cases
Test cases completed at {date} by {user}
- {Test case number linked to Testrail} : {test case title}
Approval
Approved at {date} by {user}.
Last edited: 15. Dec 2021, 09:09, Schmid, Fabian [fschmid]