-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (19 loc) · 998 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- Inferno Redis Client: An Apparently Working Software Release
This is a library and an interactive client for the Inferno operating system
(http://www.vitanuova.com/inferno/index.html) that allows it to talk to Redis
(https://redis.io/). That is, it is a native version of Redis's bundled
`redis-cli` tool and an easy-to-use client library.
I use Redis for fun and profit, as well as Inferno. I wanted to talk to Redis
from Inferno without using os(10). I am currently using the interactive client
regularly.
- Installing
% mk install
Set $ROOT if you are running mk from the host OS, you will need to supply
'ROOT=/path/to/inferno' to the mk command.
- Documentation
The command and the library have man pages. The short version is that after you
install it, you can type 'redis' to use the interactive client.
- Future development
It'd be nice to fix some of the bugs by special-casing the commands.
The man pages could stand some polish.
A filesystem interface would be nice.