https://github.com/svenvc/simpleredisclient
A minimal Redis client for Pharo
https://github.com/svenvc/simpleredisclient
pharo redis-client smalltalk
Last synced: about 1 year ago
JSON representation
A minimal Redis client for Pharo
- Host: GitHub
- URL: https://github.com/svenvc/simpleredisclient
- Owner: svenvc
- License: mit
- Created: 2017-06-12T17:46:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T02:47:02.000Z (about 6 years ago)
- Last Synced: 2025-04-05T00:41:17.251Z (about 1 year ago)
- Topics: pharo, redis-client, smalltalk
- Language: Smalltalk
- Size: 18.6 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleRedisClient
A minimal Redis client for Pharo
[](https://travis-ci.org/svenvc/SimpleRedisClient)
Redis is a networked, in-memory key-value store with optional durability, supporting different kinds of abstract data structures. Redis can be used to implement various server side architectural patterns.
- https://redis.io
- https://en.wikipedia.org/wiki/Redis
- https://redis.io/topics/protocol
The following Medium article in the Concerning Pharo publication explains SimpleRedisClient and its unit tests in detail:
- TITLE Quick write me a Redis client
- SUBTITLE A beautiful protocol makes implementation easy
- URL https://medium.com/concerning-pharo/quick-write-me-a-redis-client-5fbe4ddfb13d
To load the code in Pharo 6.1 or later, open World > Tools > Iceberg, click + to add a repository, select the option Clone From github.com and enter svenvc as owner name and SimpleRedisClient as project name. With the new repository selected, select Metacello > Install baseline of SimpleRedisClient.