You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before use this library, [Rotor Core](https://github.com/rotorlab/core-kotlin) must be initialized. Lastest version is always the same on all Rotor libs.
5
+
4
6
# Rotor Database
5
7
Rotor Database is a complementary module for Rotor Core (kotlin). It allows to work with shared (Java) objects between many devices offering users real time changes and better mobile data consumption.
6
8
@@ -10,8 +12,6 @@ Forget things like swipe-to-refresh events, lots of server requests and object s
10
12
11
13
Rotor Core is connected to Rotor and Redis servers. The first one controls object sharing queues, devices waiting for changes and all data edition on remote database. The second (as you probably know) gives us Pub/Sub messaging pattern for data changes replication.
12
14
13
-
Before use this lib, check out [Rotor Core repo](https://github.com/rotorlab/core-kotlin) for its initialization.
0 commit comments