Skip to content

Commit 40420a7

Browse files
fix README.md
1 parent 25bf846 commit 40420a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _Project information_
77
[![Wiki](https://badgen.net/badge/icon/wiki?icon=wiki&label)](https://github.com/oscar-besga-panel/JedisExtraUtils/wiki)
88
[![OpenHub](https://badgen.net/badge/%20/openhub/purple?icon=awesome)](https://openhub.net/p/JedisExtraUtils)
99

10-
_Project derived from [JedisExtraUtils](https://github.com/oscar-besga-panel/JedisExtraUtils) for [Redis database](httpd://redis.io)_
10+
_Project derived from [JedisExtraUtils](https://github.com/oscar-besga-panel/JedisExtraUtils) , which uses [Jedis](https://github.com/redis/jedis); for [Redis database](httpd://redis.io)_
1111

1212
# Introduction to Valkey-Java-Extrautils
1313

@@ -24,11 +24,11 @@ These include
2424
the grip and they can proceed to get the lock, without poolling
2525
* Semaphores
2626
* CountDownLatch: count down to open the flood gates and allow all waiters to progress
27-
* Collections: redis-backed implementation of Java collection interfaces, with all data stored on Redis, like
27+
* Collections: redis-backed implementation of Java collection interfaces, with all data stored on valkey, like
2828
* Lists
2929
* Map
3030
* Set
31-
* Iterator: free yourself from Redis SCAN internal hassle and use easy Java iterables or iterators for these operations:
31+
* Iterator: free yourself from valkey SCAN internal hassle and use easy Java iterables or iterators for these operations:
3232
* HScanIterable: To scan maps
3333
* ScanIterable: To scan all keys
3434
* SScanIterable: To scan sets
@@ -48,7 +48,7 @@ All this classes use a Jedis pool connection to make them thread-safe and more e
4848
It's intended to make possible distributes locking and synchronization, share data across process and aid with distributed computing.
4949

5050
All classes have tests, unit and functional ones.
51-
You can test the latter ones by activating them and configuring your own redis server, to test that all the classes work properly in theory and practice.
51+
You can test the latter ones by activating them and configuring your own valkey server, to test that all the classes work properly in theory and practice.
5252
There are **more than 630 working tests**, so the code is pretty secure.
5353

5454

0 commit comments

Comments
 (0)